Clean up unifi packages
I'm not reinstalling these in this way. Ever.
This commit is contained in:
parent
7140f464af
commit
ce5b4fd7d6
|
@ -99,7 +99,6 @@
|
|||
git
|
||||
htop
|
||||
lsof
|
||||
#mongodb
|
||||
ndisc6
|
||||
neovim
|
||||
nginx
|
||||
|
@ -108,11 +107,9 @@
|
|||
step-ca
|
||||
step-cli
|
||||
tmux
|
||||
#unifi8
|
||||
wget
|
||||
];
|
||||
|
||||
|
||||
networking.hostName = "quinn";
|
||||
# Allow specific unfree packages
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
|
|
Loading…
Reference in New Issue