Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lovesegfault/7752e92bafbcf493c69f6896fc19e3d5 to your computer and use it in GitHub Desktop.
Save lovesegfault/7752e92bafbcf493c69f6896fc19e3d5 to your computer and use it in GitHub Desktop.
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