diff --git a/hosts/marpa/configuration.nix b/hosts/marpa/configuration.nix index 3ddac04..7df8bae 100644 --- a/hosts/marpa/configuration.nix +++ b/hosts/marpa/configuration.nix @@ -60,7 +60,6 @@ security.rtkit.enable = true; nix.settings.trusted-users = ["root" "phundrak"]; - nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ clinfo # AMD diff --git a/users/modules/gpg.nix b/users/modules/gpg.nix index 8506b74..48a7015 100644 --- a/users/modules/gpg.nix +++ b/users/modules/gpg.nix @@ -1,4 +1,4 @@ -{pkgs, ...}:{ +{pkgs, ...}: { programs.gpg = { enable = true; mutableKeys = true;