summaryrefslogtreecommitdiff
path: root/hosts/vidhar/zfs.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-08-31 18:19:04 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-08-31 18:19:04 +0200
commit5cd428c781fb6e2fd9370ad3863d5eb6951514d5 (patch)
tree0c42fc9f0958c7548edfc19e8388677cc0593466 /hosts/vidhar/zfs.nix
parent2448dbd8cf64bd25a49f2272a03d9ca8d824ef6f (diff)
downloadnixos-5cd428c781fb6e2fd9370ad3863d5eb6951514d5.tar
nixos-5cd428c781fb6e2fd9370ad3863d5eb6951514d5.tar.gz
nixos-5cd428c781fb6e2fd9370ad3863d5eb6951514d5.tar.bz2
nixos-5cd428c781fb6e2fd9370ad3863d5eb6951514d5.tar.xz
nixos-5cd428c781fb6e2fd9370ad3863d5eb6951514d5.zip
vidhar: switch boot device
Diffstat (limited to 'hosts/vidhar/zfs.nix')
-rw-r--r--hosts/vidhar/zfs.nix2
1 files changed, 1 insertions, 1 deletions
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