some refactoring

This commit is contained in:
2025-07-18 17:17:35 +02:00
parent 05e7a7d1ca
commit 15793a2c42
19 changed files with 172 additions and 199 deletions

View File

@@ -35,6 +35,7 @@ in {
imports = [
./hardware-configuration.nix
./modules.nix
./options.nix
./server.nix
];

View File

@@ -0,0 +1,7 @@
{
accounts = {
username = "cnst";
mail = "adam@cnst.dev";
sshUser = "sobotka";
};
}