diff options
Diffstat (limited to 'hosts/local')
-rw-r--r-- | hosts/local/fw11/configuration.nix | 5 | ||||
-rw-r--r-- | hosts/local/s15/configuration.nix | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix index 69b51a2..11c09d1 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -34,6 +34,11 @@ # environment.systemPackages = [ # wrappers # ]; + # + + nixpkgs.config = { + allowUnfree = true; + }; environment = { etc = { "sway/config".source = ./swayconfig; diff --git a/hosts/local/s15/configuration.nix b/hosts/local/s15/configuration.nix index 20efcb5..8e06c2f 100644 --- a/hosts/local/s15/configuration.nix +++ b/hosts/local/s15/configuration.nix @@ -33,6 +33,7 @@ ../../editors.nix ../../pkgs.nix ../../server.nix + # ../../network.nix # ../../gpg.nix ]; environment.systemPackages = [ |