From 33742fd9cb47e37fb8150a1190c14089d86cbd70 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 28 Jun 2025 16:52:27 +0200 Subject: [PATCH] kill /nix --- beta/hardware-configuration.nix | 7 ------- miku/hardware-configuration.nix | 7 ------- neko/hardware-configuration.nix | 7 ------- 3 files changed, 21 deletions(-) diff --git a/beta/hardware-configuration.nix b/beta/hardware-configuration.nix index 99a8aa7..c0a9b5e 100644 --- a/beta/hardware-configuration.nix +++ b/beta/hardware-configuration.nix @@ -21,11 +21,4 @@ neededForBoot = true; options = [ "fmask=0022" "dmask=0022" ]; }; - - # /nix volume with the system & all persistent data - fileSystems."/nix" = { - device = "/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HBLR-000L2_S4DZNX0R362286-part2"; - fsType = "bcachefs"; - neededForBoot = true; - }; } diff --git a/miku/hardware-configuration.nix b/miku/hardware-configuration.nix index 95f65f3..e8416e8 100644 --- a/miku/hardware-configuration.nix +++ b/miku/hardware-configuration.nix @@ -21,11 +21,4 @@ neededForBoot = true; options = [ "fmask=0022" "dmask=0022" ]; }; - - # /nix volume with the system & all persistent data - fileSystems."/nix" = { - device = "/dev/disk/by-id/nvme-KINGSTON_SFYRD4000G_50026B7686EC5F33-part2:/dev/disk/by-id/nvme-KINGSTON_SFYRD4000G_50026B7686EC6164-part2"; - fsType = "bcachefs"; - neededForBoot = true; - }; } diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix index 6df2f3b..f25b809 100644 --- a/neko/hardware-configuration.nix +++ b/neko/hardware-configuration.nix @@ -20,11 +20,4 @@ neededForBoot = true; options = [ "fmask=0022" "dmask=0022" ]; }; - - # /nix volume with the system & all persistent data - fileSystems."/nix" = { - device = "/dev/disk/by-id/nvme-Seagate_FireCuda_530_ZP4000GM30013_7VS01VBM-part2:/dev/disk/by-id/nvme-CT2000P5PSSD8_213330E4ED05-part2:/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S69ENF0R846614L-part2"; - fsType = "bcachefs"; - neededForBoot = true; - }; }