Fix: Correct hostname in warp.nix from 'skip01' to 'warp'

This commit is contained in:
Julian Sutter 2026-02-16 16:26:36 -08:00
parent 02d7fe01f0
commit ebe732b532

View file

@ -1,5 +1,5 @@
{ config, lib, pkgs, modulesPath, ... }: { { config, lib, pkgs, modulesPath, ... }: {
networking.hostName = "skip01"; networking.hostName = "warp";
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-partlabel/primary"; { device = "/dev/disk/by-partlabel/primary";