Add checks

This commit is contained in:
2022-02-17 20:50:53 +00:00
parent 22c878bb69
commit ac0d2bc001
2 changed files with 13 additions and 2 deletions

View File

@@ -40,6 +40,12 @@ in
# plenty of free memory.
boot.kernel.sysctl."vm.overcommit_memory" = "1";
# This should be overridden by whatever boot mechanism is used
fileSystems."/" = mkDefault {
device = "none";
fsType = "tmpfs";
};
environment.systemPackages = with pkgs; [
# We disable networking.useDHCP, so bring this in for the user
dhcpcd