Created
June 6, 2020 07:31
-
-
Save lovesegfault/7752e92bafbcf493c69f6896fc19e3d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/systems/foucault.nix b/systems/foucault.nix | |
index 24c6b91..559a67e 100644 | |
--- a/systems/foucault.nix | |
+++ b/systems/foucault.nix | |
@@ -18,7 +18,6 @@ | |
boot.initrd.postDeviceCommands = lib.mkAfter '' | |
zfs rollback -r rpool/local/root@blank | |
- zfs rollback -r rpool/local/home@blank | |
''; | |
fileSystems = { | |
@@ -26,10 +25,6 @@ | |
device = "rpool/local/root"; | |
fsType = "zfs"; | |
}; | |
- "/home" = { | |
- device = "rpool/local/home"; | |
- fsType = "zfs"; | |
- }; | |
"/nix" = { | |
device = "rpool/local/nix"; | |
fsType = "zfs"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment