summaryrefslogtreecommitdiff
path: root/modules/hosts/flex-wg-router/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-07-18 15:43:17 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-07-18 15:47:03 -0500
commitc27fa0a0f9e2ec85cbb7338a263ab1511c86e955 (patch)
tree9d424f30f6ce2346d3ae7a3af62d14738711adfe /modules/hosts/flex-wg-router/configuration.nix
parent9fa7418f4120c35d614f219532c30896c4e164c3 (diff)
downloadnixos-master.tar.xz
nixos-master.zip
add hardware config and set password for flex-wg-routerHEADmaster
Diffstat (limited to 'modules/hosts/flex-wg-router/configuration.nix')
-rw-r--r--modules/hosts/flex-wg-router/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/hosts/flex-wg-router/configuration.nix b/modules/hosts/flex-wg-router/configuration.nix
index 3edb354..f21046d 100644
--- a/modules/hosts/flex-wg-router/configuration.nix
+++ b/modules/hosts/flex-wg-router/configuration.nix
@@ -10,5 +10,8 @@
docker.enable = true;
};
+ # Enable set root password
+ users.setPassword.enable = true;
+
system.stateVersion = "25.05";
}