forked from mirrors_public/oddlama_nix-config
chore: update flake, disable unifi by default
This commit is contained in:
parent
5d78bf6578
commit
1302f23133
11 changed files with 215 additions and 212 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
./fs.nix
|
||||
./net.nix
|
||||
./unifi.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
@ -121,10 +122,4 @@
|
|||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
||||
users.deterministicIds.unifi = {
|
||||
uid = 968;
|
||||
gid = 968;
|
||||
};
|
||||
services.unifi.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue