initial server config
This commit is contained in:
parent
1071e51afd
commit
4ef562c1da
9 changed files with 161 additions and 37 deletions
9
modules/server/default.nix
Normal file
9
modules/server/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, ... }: let
|
||||
inherit (config) conf;
|
||||
in {
|
||||
imports = [
|
||||
./ssh
|
||||
];
|
||||
|
||||
system.stateVersion = conf.stateVersion;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue