From f5ef1e96ca18647ac92b30d8a160ddfee90dddae Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 23 Feb 2024 14:44:49 +0000 Subject: [PATCH] lappy: fs: remove dead code --- hosts/by-name/lappy/fs.nix | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/hosts/by-name/lappy/fs.nix b/hosts/by-name/lappy/fs.nix index 2ea53270..f926bade 100644 --- a/hosts/by-name/lappy/fs.nix +++ b/hosts/by-name/lappy/fs.nix @@ -14,24 +14,4 @@ device = "/dev/disk/by-uuid/BD79-D6BB"; fsType = "vfat"; }; - - # fileSystems."/nix" = { - # device = "/dev/disk/by-uuid/5a7fa69c-9394-8144-a74c-6726048b129f"; - # fsType = "btrfs"; - # }; - - # fileSystems."/boot" = { - # device = "/dev/disk/by-uuid/4302-1685"; - # fsType = "vfat"; - # }; - - # fileSystems."/" = { - # device = "none"; - # fsType = "tmpfs"; - # options = [ - # "mode=755" - # "size=1G" - # "defaults" - # ]; - # }; }