From 561e09dc8a69eab4fb09d9ba4e278da23cb344cc Mon Sep 17 00:00:00 2001 From: alisceon Date: Sun, 1 Feb 2026 17:34:19 +0100 Subject: [PATCH] we may never be right --- hosts/common/base.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/base.nix b/hosts/common/base.nix index ea23186..44352a4 100644 --- a/hosts/common/base.nix +++ b/hosts/common/base.nix @@ -7,8 +7,8 @@ initrd = { network ={ ssh.shell = pkgs.bash; - } - } + }; + }; }; system.stateVersion = "24.05"; system.autoUpgrade = {