diff options
| author | caley <u65487754@gmail.com> | 2026-06-23 01:59:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-23 01:59:21 +0200 |
| commit | 978dd24b8d0cb06318c83ff2173d4b746ddc8dc9 (patch) | |
| tree | 970eeca52ab8856e8ef0379ca0ebe68839575422 /nixos/hosts/bin | |
| parent | adfe11c23827c3e97981169caabb9cf878adbe97 (diff) | |
Update configuration.nix
Diffstat (limited to 'nixos/hosts/bin')
| -rw-r--r-- | nixos/hosts/bin/configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/hosts/bin/configuration.nix b/nixos/hosts/bin/configuration.nix index e71e692..5c1b0ca 100644 --- a/nixos/hosts/bin/configuration.nix +++ b/nixos/hosts/bin/configuration.nix @@ -13,9 +13,6 @@ dates = "weekly"; options = "--delete-older-than 7d"; }; - - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; zramSwap = { enable = true; |
