remove nix-monitored from the overlay bc. it. adds a lot of extra shit to the build -j
This commit is contained in:
parent
4f943fa73b
commit
06d9596ca3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ in
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
nix.package = pkgs.nix-monitored;
|
# nix.package = pkgs.nix-monitored;
|
||||||
environment.systemPackages = [ pkgs.nixmon ];
|
environment.systemPackages = [ pkgs.nixmon ];
|
||||||
programs.nh.enable = true;
|
programs.nh.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue