finish nomad, add consul, sops

This commit is contained in:
2023-11-19 21:24:47 +00:00
parent 284102cb9b
commit 7eda4362a5

View File

@@ -28,6 +28,13 @@
# age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
# };
# Enable nix flakes
nix.package = pkgs.nixFlakes;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
environment.systemPackages = [
pkgs.git
pkgs.ncdu