default.nix for hosts
This commit is contained in:
parent
4d28e476dc
commit
ff0c287624
7 changed files with 20 additions and 8 deletions
7
nixosConfigurations/hetzner-vpn2/default.nix
Normal file
7
nixosConfigurations/hetzner-vpn2/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware.nix
|
||||
./nginx.nix
|
||||
];
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./nginx.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue