mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 22:52:57 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
# description = "Path to the Secrets storage";
|
||||
# };
|
||||
|
||||
config = {
|
||||
# config = {
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
|
||||
# sops = {
|
||||
@@ -45,5 +45,6 @@ nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
settings.PermitRootLogin = "yes";
|
||||
};
|
||||
users.extraUsers.root.initialPassword = lib.mkForce "odroid";
|
||||
};
|
||||
}
|
||||
}
|
||||
# ;
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user