mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-06 12:32:54 +00:00
testig HM as module - try 2
This commit is contained in:
@@ -33,7 +33,6 @@ config = {
|
|||||||
|
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
# defaultSopsFile = ./secrets.yaml;
|
|
||||||
defaultSopsFile = "${config._secretstore}/host-secrets.yaml";
|
defaultSopsFile = "${config._secretstore}/host-secrets.yaml";
|
||||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||||
};
|
};
|
||||||
@@ -47,14 +46,8 @@ config = {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs.config.allowUnfree = true;
|
||||||
#overlays = builtins.attrValues outputs.overlays;
|
programs.fuse.userAllowOther = true;
|
||||||
config = {
|
|
||||||
allowUnfree = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.fuse.userAllowOther = true;
|
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
# nixpkgs.overlays = overlays;
|
# nixpkgs.overlays = overlays;
|
||||||
|
|||||||
Reference in New Issue
Block a user