forked from mirrors_public/oddlama_nix-config
chore: update nixpkgs
This commit is contained in:
parent
d5bca06a56
commit
ba66772cb1
8 changed files with 48 additions and 49 deletions
|
@ -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 [ ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue