From 457a4e1c624add48fac7606904482f1134c41d94 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 14 Dec 2023 00:47:08 -0600 Subject: [PATCH] Remove lappy line --- garnix.yaml | 2 +- hosts/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/garnix.yaml b/garnix.yaml index 8e0084c..f7459f8 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -4,6 +4,6 @@ builds: - '*.aarch64-linux.*' - nixosConfigurations.* - darwinConfigurations.* - - homeConfigurations."gregory.hellings" + - homeConfigurations."gregory.hellings".activationPackage - devShell.x86_64-linux - devShell.aarch64-linux diff --git a/hosts/default.nix b/hosts/default.nix index fd2cd79..ee0e65a 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -49,7 +49,6 @@ in { }; icdm-root = unstable { name = "icdm-root"; }; linode = machine { name = "linode"; }; - lappy = machine { name = "lappy"; }; mm = unstable { name = "mm"; }; myself = unstable { name = "myself"; }; iso = machine { name = "iso"; };