some refactoring
This commit is contained in:
@@ -35,6 +35,7 @@ in {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./modules.nix
|
||||
./options.nix
|
||||
./server.nix
|
||||
];
|
||||
|
||||
|
||||
7
hosts/sobotka/options.nix
Normal file
7
hosts/sobotka/options.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
accounts = {
|
||||
username = "cnst";
|
||||
mail = "adam@cnst.dev";
|
||||
sshUser = "sobotka";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user