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