diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/work/boot.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/work/boot.nix b/hosts/work/boot.nix new file mode 100644 index 0000000..fca6970 --- /dev/null +++ b/hosts/work/boot.nix @@ -0,0 +1,6 @@ +{ + boot.loader = { + systemd-boot.enable = true; + efi.canTouchEfiVariables = true; + }; +} |
