Skip to content

Commit f39ce0d

Browse files
committed
fix
1 parent 740a463 commit f39ce0d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

hosts/nixos/harmonica-sd/configuration.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@
4444
wheelNeedsPassword = false;
4545
};
4646
services.getty.autologinUser = "osbm";
47+
48+
boot.zfs.forceImportRoot = true;
4749
}

hosts/nixos/iso/configuration.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@
3636
];
3737

3838
services.openssh.enable = true;
39+
40+
boot.zfs.forceImportRoot = true;
3941
}

0 commit comments

Comments
 (0)