From 5897af1a6c355f77c78f342d1d6f070670d14a4c Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 14 Oct 2023 10:53:18 -0400 Subject: remove redundant system folder. add useful programs. --- systems/jontop/filesystem.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 systems/jontop/filesystem.nix (limited to 'systems/jontop/filesystem.nix') diff --git a/systems/jontop/filesystem.nix b/systems/jontop/filesystem.nix deleted file mode 100644 index 5117680..0000000 --- a/systems/jontop/filesystem.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ ... }: -{ - fileSystems."/" = - { device = "/dev/disk/by-uuid/72e455f9-4b10-4cb2-a8e4-cfe39c4a8d1f"; - fsType = "btrfs"; - }; - - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/27F7-4AFD"; - fsType = "vfat"; - }; - - swapDevices = - [ { device = "/dev/disk/by-uuid/4133a381-ab7d-4a25-9013-3f4b2d31bc5a"; } - ]; -} -- cgit v1.2.1