1

restructure

This commit is contained in:
2022-08-08 17:42:01 +02:00
parent 2772f6a0ce
commit 2b33e597a4
9 changed files with 6 additions and 6 deletions

View File

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

View File

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