unfolder: remove chrome from system packages
This commit is contained in:
parent
23e9af7564
commit
d553d80270
|
@ -75,15 +75,10 @@
|
||||||
firefox
|
firefox
|
||||||
libreoffice
|
libreoffice
|
||||||
unzip
|
unzip
|
||||||
google-chrome
|
|
||||||
syncthing
|
syncthing
|
||||||
mpv
|
mpv
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
|
||||||
"google-chrome"
|
|
||||||
];
|
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue