diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-07-18 15:43:17 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-07-18 15:47:03 -0500 |
commit | c27fa0a0f9e2ec85cbb7338a263ab1511c86e955 (patch) | |
tree | 9d424f30f6ce2346d3ae7a3af62d14738711adfe /modules/hosts/flex-wg-router/configuration.nix | |
parent | 9fa7418f4120c35d614f219532c30896c4e164c3 (diff) | |
download | nixos-master.tar.xz nixos-master.zip |
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"; } |