mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-03-06 13:06:09 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -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";
|
||||||
};
|
}
|
||||||
}
|
# ;
|
||||||
|
# }
|
||||||
|
|||||||
Reference in New Issue
Block a user