From b2648474367207300d3891bf8960b7b34239fe53 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Nov 2023 21:26:32 +0000 Subject: [PATCH] finish nomad, add consul, sops --- modules/common.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/common.nix b/modules/common.nix index 9f5b7cf..5e7d10a 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -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"; - }; -} + } + # ; +# }