2021-02-02 03:26:47 +00:00
|
|
|
{ suites, ... }:
|
2021-01-24 18:14:42 +00:00
|
|
|
{
|
2021-02-02 03:26:47 +00:00
|
|
|
imports = [ ../users/nixos ../users/root ] ++ suites.all;
|
2021-01-24 18:14:42 +00:00
|
|
|
|
|
|
|
security.mitigations.acceptRisk = true;
|
|
|
|
|
|
|
|
boot.loader.systemd-boot.enable = true;
|
|
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
|
|
|
|
|
|
fileSystems."/" = { device = "/dev/disk/by-label/nixos"; };
|
|
|
|
}
|