1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: update nixpkgs

This commit is contained in:
oddlama 2025-04-07 10:26:20 +02:00
parent d5bca06a56
commit ba66772cb1
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 48 additions and 49 deletions

View file

@ -1,4 +1,4 @@
{ lib, ... }:
# { lib, ... }:
{
environment.persistence."/persist".directories = [
{
@ -9,7 +9,8 @@
}
];
services.unifi.enable = true;
# services.unifi.enable = true;
# Don't autostart.
systemd.services.unifi.wantedBy = lib.mkForce [ ];
# systemd.services.unifi.wantedBy = lib.mkForce [ ];
}