1

restructure

This commit is contained in:
2022-08-08 17:42:01 +02:00
parent 5d69b16661
commit b0e740eb4a
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.