summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-01 06:05:54 -0700
committerFuwn <[email protected]>2024-10-01 06:05:54 -0700
commit91e2666de5944452ce92de25e0486f27b426cf8b (patch)
tree2377ac4f47623544524c8ea3b49e4d66f6303829 /hosts
parentmodules: move shared pc modules from desktop to pc (diff)
downloadnixos-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.nix5
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;