forked from Mirrors/nixos-infect
Enable zramSwap.enable
by default (#86)
This commit is contained in:
parent
be0cbff9e0
commit
2ec52a0ede
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ makeConf() {
|
|||
];
|
||||
|
||||
boot.cleanTmpDir = true;
|
||||
zramSwap.enable = true;
|
||||
networking.hostName = "$(hostname)";
|
||||
services.openssh.enable = true;
|
||||
users.users.root.openssh.authorizedKeys.keys = [$(while read -r line; do echo -n "
|
||||
|
|
Loading…
Reference in a new issue