Move hardware config files into directory

This commit is contained in:
SebastianStork 2024-08-11 21:54:20 +02:00
parent cb3daa129c
commit fa4d802536
7 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{ {
imports = [ imports = [
../common.nix ../common.nix
./hardware.nix ./hardware
]; ];
system.stateVersion = "23.11"; system.stateVersion = "23.11";

View file

@ -2,7 +2,7 @@
{ {
imports = [ imports = [
../common.nix ../common.nix
./hardware.nix ./hardware
]; ];
system.stateVersion = "23.11"; system.stateVersion = "23.11";