2022-01-31 17:47:45 +01:00
|
|
|
{ suites, ... }:
|
2020-01-07 13:04:32 -07:00
|
|
|
{
|
2020-01-10 23:49:18 -07:00
|
|
|
### root password is empty by default ###
|
2022-01-31 17:47:45 +01:00
|
|
|
### default password: pub-solar, optional: add your SSH keys
|
|
|
|
imports =
|
|
|
|
suites.iso
|
|
|
|
;
|
2020-01-07 13:04:32 -07:00
|
|
|
|
|
|
|
boot.loader.systemd-boot.enable = true;
|
|
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
|
|
|
|
|
|
networking.networkmanager.enable = true;
|
2020-07-13 22:04:34 -06:00
|
|
|
|
|
|
|
fileSystems."/" = { device = "/dev/disk/by-label/nixos"; };
|
2020-01-07 13:04:32 -07:00
|
|
|
}
|