6a3ff12527
- Restructure - Add sops+age
8 lines
113 B
Nix
8 lines
113 B
Nix
{ config, ... }:
|
|
{
|
|
boot.loader = {
|
|
systemd-boot.enable = true;
|
|
efi.canTouchEfiVariables = true;
|
|
};
|
|
}
|