flake: Update nixos-unstable

This commit is contained in:
2022-02-18 20:18:56 +01:00
parent b8d905ba8f
commit 06984c42a0
7 changed files with 197 additions and 107 deletions

View File

@@ -10,7 +10,7 @@ in {
config = lib.mkIf cfg.enable {
boot.binfmt.emulatedSystems = [ "i686-linux" "aarch64-linux" ]; # For remote building
environment.systemPackages = with pkgs; [ openssh ];
nix.trustedUsers = [ "builder" ];
nix.settings.trusted-users = [ "builder" ];
# TODO: Specify a firewall rule to only allow this from my other NixOS machines
users = {

View File

@@ -9,7 +9,7 @@ in {
config = lib.mkIf cfg.enable {
environment = {
systemPackages = with pkgs; [ firefox-wayland tor-browser-bundle-bin ];
systemPackages = with pkgs; [ firefox-wayland /*tor-browser-bundle-bin*/ ];
# Deploy a Firefox policy to set the search engine and do some other things
etc."firefox/policies/policies.json".source = ./policies.json;