Commit 2d4fb1a

HPCesia <me@hpcesia.com>
2026-07-11 16:52:50
Use another disk for kevin
1 parent f1ccfcf
Changed files (1)
modules
hosts
modules/hosts/kevin/file-system.nix
@@ -1,20 +1,12 @@
 {den, ...}: {
   den.hosts.kevin.settings = {
     disk.btrfs-disko = {
-      deviceId = "/dev/disk/by-id/nvme-YMTC_YMSS2ED08D25MC_YMB51T0RA24460074X";
+      deviceId = "/dev/disk/by-id/nvme-Samsung_SSD_990_EVO_Plus_2TB_S7U7NJ0XC02928B";
       swapSize = 32 * 1024; # 32GiB
     };
   };
 
   den.aspects.kevin = {
     includes = [den.aspects.disk.btrfs-disko];
-
-    # nixos = {
-    #   disko.devices.disk = {
-    #     storage = {
-    #       device = "/dev/disk/by-id/nvme-Samsung_SSD_990_EVO_Plus_2TB_S7U7NJ0XC02928B";
-    #     };
-    #   };
-    # };
   };
 }