all: User nixos-hardware
This commit is contained in:
parent
4846bd7794
commit
664acc0b5d
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue