feat(heimdall): add basic setup for a server.
This commit is contained in:
parent
e58406b13a
commit
564178ff24
6 changed files with 180 additions and 28 deletions
5
modules/servers/general/default.nix
Normal file
5
modules/servers/general/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./openssh.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue