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
|
git
|
||||||
htop
|
htop
|
||||||
lsof
|
lsof
|
||||||
#mongodb
|
|
||||||
ndisc6
|
ndisc6
|
||||||
neovim
|
neovim
|
||||||
nginx
|
nginx
|
||||||
|
@ -108,11 +107,9 @@
|
||||||
step-ca
|
step-ca
|
||||||
step-cli
|
step-cli
|
||||||
tmux
|
tmux
|
||||||
#unifi8
|
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
networking.hostName = "quinn";
|
networking.hostName = "quinn";
|
||||||
# Allow specific unfree packages
|
# Allow specific unfree packages
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
|
Loading…
Reference in New Issue