From f9a181a955da9d83d9567b1c79118079901b99db Mon Sep 17 00:00:00 2001 From: Swarsel Date: Mon, 23 Sep 2024 22:50:13 +0200 Subject: [PATCH] chore: add emacs to winters --- SwarselSystems.org | 3 ++- modules/nixos/setup.nix | 2 +- profiles/server/common/packages.nix | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index b72cfb6..b1eab1a 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -4663,7 +4663,7 @@ I usually use =mutableUsers = false= in my NixOS configuration. However, on a ne { options.swarselsystems.flakePath = mkOption { - type = types.attrsOf types.str; + type = types.str; default = ""; }; options.swarselsystems.initialSetup = lib.mkEnableOption "initial setup (no sops keys available)"; @@ -6564,6 +6564,7 @@ Also, the system state version is set here. No need to touch it. nix-index ssh-to-age git + emacs ]; } #+end_src diff --git a/modules/nixos/setup.nix b/modules/nixos/setup.nix index 7a03d93..99b40a8 100644 --- a/modules/nixos/setup.nix +++ b/modules/nixos/setup.nix @@ -5,7 +5,7 @@ in { options.swarselsystems.flakePath = mkOption { - type = types.attrsOf types.str; + type = types.str; default = ""; }; options.swarselsystems.initialSetup = lib.mkEnableOption "initial setup (no sops keys available)"; diff --git a/profiles/server/common/packages.nix b/profiles/server/common/packages.nix index bf6098c..5d3d744 100644 --- a/profiles/server/common/packages.nix +++ b/profiles/server/common/packages.nix @@ -5,5 +5,6 @@ nix-index ssh-to-age git + emacs ]; }