Move boot options to host, enable sshd
This commit is contained in:
parent
a7e38ae843
commit
3cdaf34ae9
2 changed files with 7 additions and 5 deletions
|
@ -11,13 +11,11 @@
|
|||
./include/i18n.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
services.openssh {
|
||||
enable = true
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue