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";