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