desktop: fix scoping

This commit is contained in:
2024-12-03 14:02:44 +02:00
parent 3331c4260d
commit b2eb10abd2

View File

@@ -14,7 +14,7 @@ in
config = { config = {
boot = { boot = {
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
systemd.enable = true; initrd.systemd.enable = true;
supportedFilesystems = [ supportedFilesystems = [
"btrfs" "btrfs"
"ntfs" "ntfs"