2021-02-02 03:26:47 +00:00
|
|
|
{ suites, ... }:
|
2021-01-24 18:14:42 +00:00
|
|
|
{
|
2021-02-02 03:57:14 +00:00
|
|
|
imports = with suites; allProfiles ++ allUsers;
|
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"; };
|
|
|
|
}
|