finish nomad, add consul, sops

This commit is contained in:
2023-11-19 21:26:32 +00:00
parent 7eda4362a5
commit b264847436

View File

@@ -20,7 +20,7 @@
# description = "Path to the Secrets storage"; # description = "Path to the Secrets storage";
# }; # };
config = { # config = {
system.stateVersion = "23.11"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?
# sops = { # sops = {
@@ -45,5 +45,6 @@ nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
settings.PermitRootLogin = "yes"; settings.PermitRootLogin = "yes";
}; };
users.extraUsers.root.initialPassword = lib.mkForce "odroid"; users.extraUsers.root.initialPassword = lib.mkForce "odroid";
}; }
} # ;
# }