diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-30 22:01:41 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-30 22:01:41 +0000 |
| commit | 8e426fdaa3df1840cfa92bf61fe8ccadeac8f3c6 (patch) | |
| tree | bf688df692b2d862ffb1ffa50fe3e3e56e00aa46 /hosts/work/boot.nix | |
| parent | moved obs to flatpak + removed home decl (diff) | |
defined new device
Diffstat (limited to 'hosts/work/boot.nix')
| -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; + }; +} |
