server | cleanup
This commit is contained in:
parent
5bd414d642
commit
937fa20380
2 changed files with 2 additions and 2 deletions
|
|
@ -142,7 +142,7 @@ in {
|
||||||
memoryPercent = 25;
|
memoryPercent = 25;
|
||||||
memoryMax = 2147483648;
|
memoryMax = 2147483648;
|
||||||
};
|
};
|
||||||
#nixpkgs.config.allowUnfree = true;
|
# nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
python-with-my-packages
|
python-with-my-packages
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, config, ... }: {
|
{ pkgs, config, ... }: {
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
pkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [ "unifi-controller" ];
|
builtins.elem (lib.getName pkg) [ "unifi-controller" ];
|
||||||
services = {
|
services = {
|
||||||
unifi = {
|
unifi = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue