host/* | relative paths, please
This commit is contained in:
parent
c8e6586d36
commit
807aaec0b7
7 changed files with 19 additions and 19 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue