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 ]; }