fixes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-05-19 15:16:07 +02:00
parent bc954cc68d
commit 409c927fff
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;