From c27fa0a0f9e2ec85cbb7338a263ab1511c86e955 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 18 Jul 2025 15:43:17 -0500 Subject: add hardware config and set password for flex-wg-router --- modules/hosts/flex-wg-router/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/hosts/flex-wg-router/configuration.nix') 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"; } -- cgit v1.2.3