Deploy fix

This commit is contained in:
Natsu Kagami 2023-04-19 14:23:10 +02:00
parent 2c3287c5cf
commit b8b12b4c38
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 12 additions and 1 deletions

View file

@ -11,6 +11,17 @@
../modules/cloud/writefreely
];
common.linux.enable = false; # Don't enable the "common linux" module, this is a special machine.
# Personal user
users.users.nki = {
isNormalUser = true;
createHome = true;
extraGroups = [ "wheel" ];
group = "users";
uid = 1000;
};
boot.cleanTmpDir = true;
networking.hostName = "nki-personal";
networking.firewall.allowPing = true;