summary refs log tree commit diff
path: root/modules/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nix.nix')
-rw-r--r--modules/nix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nix.nix b/modules/nix.nix
index a96813b..0f4366a 100644
--- a/modules/nix.nix
+++ b/modules/nix.nix
@@ -38,7 +38,7 @@ in
         # yes nix, i know my flake is dirty!!!
         warn-dirty = false;
       }
-      (mkIf (me != "bismuth") bismuthCache)
+      (mkIf (me.name != "bismuth") bismuthCache)
     ];
 
     distributedBuilds = true;
@@ -57,7 +57,7 @@ in
           ];
         };
       in
-      lib.filter (m: m.hostName != me) [
+      lib.filter (m: m.hostName != me.name) [
         {
           hostName = tailnet "bismuth";
           maxJobs = 32;