From 886fcba6db984d074b52985e5c7e7fa24c184d60 Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 18 Oct 2023 19:14:03 +0000 Subject: [PATCH] testig HM as module - try 2 --- hosts/common.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/hosts/common.nix b/hosts/common.nix index 385d4bc..26d08a0 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -33,7 +33,6 @@ config = { sops = { - # defaultSopsFile = ./secrets.yaml; defaultSopsFile = "${config._secretstore}/host-secrets.yaml"; age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; }; @@ -47,14 +46,8 @@ config = { ]; }; - nixpkgs = { - #overlays = builtins.attrValues outputs.overlays; - config = { - allowUnfree = true; - }; - }; - - programs.fuse.userAllowOther = true; + nixpkgs.config.allowUnfree = true; + programs.fuse.userAllowOther = true; security.sudo.wheelNeedsPassword = false; # nixpkgs.overlays = overlays;