fleshed out server configuration a bit more before installation
This commit is contained in:
14
hosts/server/default.nix
Normal file
14
hosts/server/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
host,
|
||||
inputs,
|
||||
username,
|
||||
nur,
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./../../modules/server
|
||||
./settings.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user