feat(elcafe): add new server configuration

This commit is contained in:
2026-02-08 00:20:44 +01:00
parent e90fb1fa0d
commit 35541ea5ae
41 changed files with 366 additions and 172 deletions

View File

@@ -29,10 +29,7 @@
];
};
};
packages.nix = {
gc.automatic = true;
trusted-users = ["phundrak"];
};
packages.nix.gc.automatic = true;
services = {
endlessh.enable = false;
ssh = {
@@ -44,7 +41,10 @@
};
users = {
root.disablePassword = true;
phundrak.enable = true;
phundrak = {
enable = true;
trusted = true;
};
};
};