options to settings

This commit is contained in:
2025-07-19 12:25:07 +02:00
parent b92c4dc53f
commit 323dfcbc82
21 changed files with 147 additions and 147 deletions

View File

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

View File

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

View File

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