Started role/laptop
This commit is contained in:
parent
1cd1786ad0
commit
3598067158
5 changed files with 12 additions and 5 deletions
|
@ -4,6 +4,7 @@
|
|||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../roles/all.nix
|
||||
../../roles/laptop.nix
|
||||
../../modules/luks.nix
|
||||
../../modules/grub.nix
|
||||
];
|
||||
|
@ -20,8 +21,6 @@
|
|||
driSupport = true;
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
services.openssh.enable = true;
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
|
|
|
@ -4,8 +4,9 @@
|
|||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../roles/all.nix
|
||||
../../modules/luks.nix
|
||||
../../modules/grub.nix
|
||||
../../roles/laptop.nix
|
||||
../../modules/luks.nix
|
||||
../../modules/grub.nix
|
||||
];
|
||||
|
||||
networking.hostName = "milhouse"; # Define your hostname.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue