From 98cdef36e124b0b5ae90021a92408bb7899660c2 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 26 Dec 2024 16:05:49 +0100 Subject: Fix 24.11 deprecations Signed-off-by: Mel --- machines/lapin/devices.nix | 2 +- modules/vim.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- cgit 1.4.1