1

rename host specific confs

This commit is contained in:
2022-07-29 16:04:11 +02:00
parent 72567a19fe
commit 7630b9e59d
4 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration-desktop.nix
./hardware-configuration-nixinator.nix
];
networking.hostName = "nixinator"; # Define your hostname.

View File

@ -3,7 +3,7 @@
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration-laptop.nix
./hardware-configuration-nixtop.nix
];
networking.hostName = "nixtop"; # Define your hostname.