diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-06-13 20:33:07 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-06-13 20:33:07 -0400 |
| commit | 0b4a417a84a545b2d0a97871959ef450dd1749ae (patch) | |
| tree | afa5e6b698f9bf601d67f6696b5c92ce75b780e8 /hosts/meowbook | |
| parent | 47578cff5e310b260ec894edf15ce425efd3ae94 (diff) | |
idk if this does anything
Diffstat (limited to 'hosts/meowbook')
| -rw-r--r-- | hosts/meowbook/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/meowbook/default.nix b/hosts/meowbook/default.nix index 095adea..9da8e62 100644 --- a/hosts/meowbook/default.nix +++ b/hosts/meowbook/default.nix @@ -42,6 +42,7 @@ }; systemd.network = { + enable = true; netdevs."90-evilvpn".enable = true; networks."90-evilvpn".address = [ "10.6.6.4/24" ]; }; |
