addin ssh key

This commit is contained in:
2023-11-21 13:59:12 +00:00
parent 69d687c466
commit 4178372853

View File

@@ -58,6 +58,7 @@ config = {
'';
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
# nix.nixPath = [ "nixpkgs=pkgs.outPath" ];
networking.search = ["node.dc1.consul" "service.dc1.consul"];
#services.envfs.enable = true;
@@ -67,7 +68,14 @@ nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
pkgs.sops
pkgs.ssh-to-age
pkgs.age
pkgs.bitwarden-cli
];
nix.gc = {
automatic = true; # Enable the automatic garbage collector
dates = "03:15"; # When to run the garbage collector
options = "-d"; # Arguments to pass to nix-collect-garbage
};
};
}