rename host specific confs
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration-desktop.nix
|
./hardware-configuration-nixinator.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "nixinator"; # Define your hostname.
|
networking.hostName = "nixinator"; # Define your hostname.
|
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration-laptop.nix
|
./hardware-configuration-nixtop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "nixtop"; # Define your hostname.
|
networking.hostName = "nixtop"; # Define your hostname.
|
Reference in New Issue
Block a user