diff options
Diffstat (limited to 'hosts/flex-wg-router')
| -rw-r--r-- | hosts/flex-wg-router/configuration.nix | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/hosts/flex-wg-router/configuration.nix b/hosts/flex-wg-router/configuration.nix index 18d9667..dd0ca95 100644 --- a/hosts/flex-wg-router/configuration.nix +++ b/hosts/flex-wg-router/configuration.nix @@ -8,11 +8,14 @@ in { # Enable common options _archetypes = { - profiles.headless = { - enable = true; - home.users.timmy.enable = true; + profiles = { + headless = { + enable = true; + home.users.timmy.enable = true; + }; + router.enable = true; + btrfs.enable = true; }; - profiles.router.enable = true; }; networking = { |
