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