This commit is contained in:
Vivian 2023-05-19 15:16:07 +02:00
parent 67a7ac382b
commit 89b1fc411a
5 changed files with 6 additions and 4 deletions

View file

@ -2,6 +2,8 @@
system.stateVersion = "21.05";
networking.interfaces.eth0.useDHCP = true;
environment.systemPackages = [ pkgs.mongodb-4_2 ];
services.unifi = {
enable = true;
unifiPackage = pkgs.unifi;