summaryrefslogtreecommitdiff
path: root/system-profiles/core.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-05-29 15:18:04 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-05-29 15:18:04 +0200
commit333d4bcf563d8bc341460a5ff5e47c7fa36ddc4a (patch)
tree82f9c823b587c0c423192eeed026f172f52eb431 /system-profiles/core.nix
parent28e1cd3729bd39e34c5c0aabda3b5d53d4877133 (diff)
downloadnixos-333d4bcf563d8bc341460a5ff5e47c7fa36ddc4a.tar
nixos-333d4bcf563d8bc341460a5ff5e47c7fa36ddc4a.tar.gz
nixos-333d4bcf563d8bc341460a5ff5e47c7fa36ddc4a.tar.bz2
nixos-333d4bcf563d8bc341460a5ff5e47c7fa36ddc4a.tar.xz
nixos-333d4bcf563d8bc341460a5ff5e47c7fa36ddc4a.zip
surtr: zfs snapshots
Diffstat (limited to 'system-profiles/core.nix')
-rw-r--r--system-profiles/core.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/system-profiles/core.nix b/system-profiles/core.nix
index fd9245f8..49869e60 100644
--- a/system-profiles/core.nix
+++ b/system-profiles/core.nix
@@ -59,8 +59,6 @@ in {
59 sops-nix.flake = flakeInputs.sops-nix; 59 sops-nix.flake = flakeInputs.sops-nix;
60 nixos.flake = flake; 60 nixos.flake = flake;
61 }; 61 };
62
63 sandboxPaths = lib.mkDefault [ "/bin/sh=${pkgs.busybox-sandbox-shell}/bin/busybox" ]; # aeeee44
64 }; 62 };
65 63
66 users.mutableUsers = false; 64 users.mutableUsers = false;