mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-07 04:51:42 +00:00
addin ssh key
This commit is contained in:
@@ -58,6 +58,7 @@ config = {
|
|||||||
'';
|
'';
|
||||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
# nix.nixPath = [ "nixpkgs=pkgs.outPath" ];
|
# nix.nixPath = [ "nixpkgs=pkgs.outPath" ];
|
||||||
|
networking.search = ["node.dc1.consul" "service.dc1.consul"];
|
||||||
|
|
||||||
|
|
||||||
#services.envfs.enable = true;
|
#services.envfs.enable = true;
|
||||||
@@ -67,7 +68,14 @@ nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
|||||||
pkgs.sops
|
pkgs.sops
|
||||||
pkgs.ssh-to-age
|
pkgs.ssh-to-age
|
||||||
pkgs.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
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user