host/* | relative paths, please

This commit is contained in:
Don Harper 2023-05-29 17:16:36 -05:00
parent c8e6586d36
commit 807aaec0b7
7 changed files with 19 additions and 19 deletions

View file

@ -4,9 +4,9 @@
imports = imports =
[ [
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation ../../workstation
/home/don/nixos/home ../../home
/home/don/nixos/wm/sway ../../wm/sway
]; ];
networking.hostName = "ace"; networking.hostName = "ace";
} }

View file

@ -4,9 +4,9 @@
imports = imports =
[ [
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation ../../workstation
/home/don/nixos/home ../../home
/home/don/nixos/wm/sway ../../wm/sway
]; ];
networking.hostName = "dragon"; networking.hostName = "dragon";
} }

View file

@ -5,9 +5,9 @@
[ [
<nixos-hardware/google/pixelbook> <nixos-hardware/google/pixelbook>
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation ../../workstation
/home/don/nixos/home ../../home
/home/don/nixos/wm/sway ../../wm/sway
]; ];
networking.hostName = "eve"; networking.hostName = "eve";
} }

View file

@ -5,9 +5,9 @@
[ [
<nixos-hardware/dell/xps/13-9310> <nixos-hardware/dell/xps/13-9310>
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation ../../workstation
/home/don/nixos/home ../../home
/home/don/nixos/wm/sway ../../wm/sway
]; ];
networking.hostName = "loki"; networking.hostName = "loki";
} }

View file

@ -4,9 +4,9 @@
imports = imports =
[ [
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation ../../workstation
/home/don/nixos/home ../../home
/home/don/nixos/wm/sway ../../wm/sway
]; ];
networking.hostName = "pocket2"; networking.hostName = "pocket2";
} }

View file

@ -5,9 +5,9 @@
[ [
<nixos-hardware/lenovo/thinkpad/x260> <nixos-hardware/lenovo/thinkpad/x260>
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
/home/don/nixos/workstation ../../workstation
/home/don/nixos/home ../../home
/home/don/nixos/wm/sway ../../wm/sway
]; ];
networking.hostName = "smaug"; networking.hostName = "smaug";
} }

View file

@ -4,7 +4,7 @@
imports = imports =
[ [
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
/home/don/nixos/server/configuration.nix ../../server/configuration.nix
]; ];
networking.hostName = "vm1"; networking.hostName = "vm1";
} }