From b32daf32dd5ae707470f3db59338fce7013047f8 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 11 Jan 2024 21:31:41 +0100 Subject: enable now created filesystems --- neko/hardware-configuration.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'neko') diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix index 8506313..9b3fa9d 100644 --- a/neko/hardware-configuration.nix +++ b/neko/hardware-configuration.nix @@ -61,21 +61,21 @@ depends = [ "/data" ]; }; -# fileSystems."/home/cullmann/vms" = -# { device = "/dev/disk/by-id/nvme-CT2000P5PSSD8_213330E4ED05"; -# fsType = "bcachefs"; -# neededForBoot = true; -# options = [ "noatime" "nodiratime" ]; -# depends = [ "/home" ]; -# }; -# -# fileSystems."/home/cullmann/projects" = -# { device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S69ENF0R846614L"; -# fsType = "bcachefs"; -# neededForBoot = true; -# options = [ "noatime" "nodiratime" ]; -# depends = [ "/home" ]; -# }; + fileSystems."/home/cullmann/vms" = + { device = "/dev/disk/by-id/nvme-CT2000P5PSSD8_213330E4ED05"; + fsType = "bcachefs"; + neededForBoot = true; + options = [ "noatime" "nodiratime" ]; + depends = [ "/home" ]; + }; + + fileSystems."/home/cullmann/projects" = + { device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S69ENF0R846614L"; + fsType = "bcachefs"; + neededForBoot = true; + options = [ "noatime" "nodiratime" ]; + depends = [ "/home" ]; + }; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -- cgit v1.2.3