Add valkyrie host
This commit is contained in:
parent
9cf5bd0469
commit
667b1c256b
12 changed files with 211 additions and 26 deletions
8
config/hosts/valkyrie/default.nix
Normal file
8
config/hosts/valkyrie/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./nginx.nix
|
||||
./containers/uptime-kuma
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue