all: User nixos-hardware

This commit is contained in:
fleaz 2023-04-17 18:05:26 +02:00
parent 4846bd7794
commit 664acc0b5d
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,9 @@
../../roles/laptop.nix ../../roles/laptop.nix
../../modules/luks.nix ../../modules/luks.nix
../../modules/grub.nix ../../modules/grub.nix
# import hardware specific settings
<nixos-hardware/dell/xps/13-9300>
]; ];
networking.hostName = "jimbo"; # Define your hostname. networking.hostName = "jimbo"; # Define your hostname.

View file

@ -8,6 +8,9 @@
../../modules/luks.nix ../../modules/luks.nix
../../modules/grub.nix ../../modules/grub.nix
../../modules/k40.nix ../../modules/k40.nix
# import hardware specific settings
<nixos-hardware/lenoxo/x270>
]; ];
networking.hostName = "milhouse"; # Define your hostname. networking.hostName = "milhouse"; # Define your hostname.