Enable zramSwap.enable by default (#86)

This commit is contained in:
Kid 2021-12-31 13:59:08 +08:00 committed by GitHub
parent be0cbff9e0
commit 2ec52a0ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 "