forked from fi/nix-infra
Add unifi-controller host
This commit is contained in:
parent
5e7a118527
commit
7c65894646
4 changed files with 46 additions and 0 deletions
7
config/hosts/unifi-controller/default.nix
Normal file
7
config/hosts/unifi-controller/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./unifi.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue