Fix: Correct hostname in warp.nix from 'skip01' to 'warp'
This commit is contained in:
parent
02d7fe01f0
commit
ebe732b532
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ config, lib, pkgs, modulesPath, ... }: {
|
||||
networking.hostName = "skip01";
|
||||
networking.hostName = "warp";
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-partlabel/primary";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue