testig HM as module - try 2

This commit is contained in:
2023-10-18 19:14:03 +00:00
parent c749e19c2e
commit 886fcba6db

View File

@@ -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;