mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
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;
|
boot.cleanTmpDir = true;
|
||||||
|
zramSwap.enable = true;
|
||||||
networking.hostName = "$(hostname)";
|
networking.hostName = "$(hostname)";
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
users.users.root.openssh.authorizedKeys.keys = [$(while read -r line; do echo -n "
|
users.users.root.openssh.authorizedKeys.keys = [$(while read -r line; do echo -n "
|
||||||
|
|
Loading…
Reference in a new issue