diff options
| -rw-r--r-- | hosts/atlas/default.nix | 2 | ||||
| -rw-r--r-- | hosts/glados/default.nix | 2 | ||||
| -rw-r--r-- | hosts/p-body/default.nix | 2 | ||||
| -rw-r--r-- | users/seth/default.nix | 1 |
4 files changed, 3 insertions, 4 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 3a087f6..b8133a1 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -17,7 +17,7 @@ loader.efi.canTouchEfiVariables = true; }; - environment.systemPackages = with pkgs; [ + environment.systemPackages = [ hercules-ci-agent.packages.aarch64-linux.hercules-ci-cli ]; diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index 509a040..26e48a8 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -1,4 +1,4 @@ -{home-manager, ...}: { +_: { imports = [ ./boot.nix ./hardware-configuration.nix diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index 1b9b029..1f598e8 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -13,7 +13,7 @@ server.enable = true; - environment.systemPackages = with pkgs; [ + environment.systemPackages = [ hercules-ci-agent.packages.x86_64-linux.hercules-ci-cli ]; diff --git a/users/seth/default.nix b/users/seth/default.nix index 0712877..4bf48b2 100644 --- a/users/seth/default.nix +++ b/users/seth/default.nix @@ -1,7 +1,6 @@ { config, pkgs, - home-manager, ... }: { users.users.seth = { |
