diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-06-25 13:56:23 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-06-25 13:56:23 -0400 |
| commit | 379612935b1a46d9339fe8b377c80441316b768f (patch) | |
| tree | 66349e5737422b042f84a1738dcd2cdf343513bb /hosts/meowbook/default.nix | |
| parent | 6d02792c9aeed4a0d84f8d11adad3d5a96deb7a3 (diff) | |
formatter pass + add FMJ support to kakoune
Diffstat (limited to 'hosts/meowbook/default.nix')
| -rw-r--r-- | hosts/meowbook/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/meowbook/default.nix b/hosts/meowbook/default.nix index 9da8e62..779bd31 100644 --- a/hosts/meowbook/default.nix +++ b/hosts/meowbook/default.nix @@ -42,7 +42,7 @@ }; systemd.network = { - enable = true; + enable = true; netdevs."90-evilvpn".enable = true; networks."90-evilvpn".address = [ "10.6.6.4/24" ]; }; |
