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 = {