summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/default.nix2
-rw-r--r--hosts/vidhar/zfs.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 13e9f041..af85848e 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -18,7 +18,7 @@
18 loader.grub = { 18 loader.grub = {
19 enable = true; 19 enable = true;
20 version = 2; 20 version = 2;
21 device = "/dev/disk/by-id/usb-Intenso_Slim_Line_22010091300228-0:0"; 21 device = "/dev/disk/by-id/ata-SuperMicro_SSD_SMC0515D95019BDF4083";
22 }; 22 };
23 23
24 kernelPackages = pkgs.linuxPackages_latest; 24 kernelPackages = pkgs.linuxPackages_latest;
diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix
index 3beef836..a7ae3aaf 100644
--- a/hosts/vidhar/zfs.nix
+++ b/hosts/vidhar/zfs.nix
@@ -30,7 +30,7 @@ in {
30 config = { 30 config = {
31 fileSystems = { 31 fileSystems = {
32 "/boot" = 32 "/boot" =
33 { device = "boot"; 33 { device = "boot2";
34 fsType = "zfs"; 34 fsType = "zfs";
35 }; 35 };
36 36