diff options
| -rw-r--r-- | machines/lapin/devices.nix | 2 | ||||
| -rw-r--r-- | modules/vim.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/machines/lapin/devices.nix b/machines/lapin/devices.nix index 7410f57..4fc9610 100644 --- a/machines/lapin/devices.nix +++ b/machines/lapin/devices.nix @@ -22,7 +22,7 @@ name = "enp1s0"; DHCP = "ipv4"; address = [ "2a01:4f8:c012:9493::1" ]; - routes = [ { routeConfig.Gateway = "fe80::1"; } ]; + routes = [ { Gateway = "fe80::1"; } ]; }; services.resolved = { diff --git a/modules/vim.nix b/modules/vim.nix index dbe052b..eb5d794 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -52,6 +52,7 @@ let in { programs.vim = { + enable = true; defaultEditor = true; package = vim-configured; |
