diff options
Diffstat (limited to 'modules/hosts/flex-wg-router/configuration.nix')
-rw-r--r-- | modules/hosts/flex-wg-router/configuration.nix | 3 |
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"; } |