From ebe732b532f1cf3673c11fedb6ae72bc21d6a61e Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Mon, 16 Feb 2026 16:26:36 -0800 Subject: [PATCH] Fix: Correct hostname in warp.nix from 'skip01' to 'warp' --- systems/warp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/warp.nix b/systems/warp.nix index caa3a92..c241292 100755 --- a/systems/warp.nix +++ b/systems/warp.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, modulesPath, ... }: { - networking.hostName = "skip01"; + networking.hostName = "warp"; fileSystems."/" = { device = "/dev/disk/by-partlabel/primary";