diff options
| author | Fuwn <[email protected]> | 2024-10-01 06:05:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-01 06:05:54 -0700 |
| commit | 91e2666de5944452ce92de25e0486f27b426cf8b (patch) | |
| tree | 2377ac4f47623544524c8ea3b49e4d66f6303829 /hosts | |
| parent | modules: move shared pc modules from desktop to pc (diff) | |
| download | nixos-config-91e2666de5944452ce92de25e0486f27b426cf8b.tar.xz nixos-config-91e2666de5944452ce92de25e0486f27b426cf8b.zip | |
modules: move boot from desktop to pc
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/fina/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/fina/default.nix b/hosts/fina/default.nix index b1395c6..130397f 100644 --- a/hosts/fina/default.nix +++ b/hosts/fina/default.nix @@ -16,11 +16,6 @@ networking.hostName = "fina"; programs.mtr.enable = true; - boot = { - loader.systemd-boot.enable = true; - loader.efi.canTouchEfiVariables = true; - }; - services = { desktopManager.plasma6.enable = true; |