server host config for dns and share
This commit is contained in:
parent
e010bff600
commit
bef8d4784c
7 changed files with 153 additions and 2 deletions
9
modules/system/server.nix
Normal file
9
modules/system/server.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./homelab/share.nix
|
||||
./homelab/dns.nix
|
||||
./base.nix
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue