cannot mkDefault flatpak to false

This commit is contained in:
William 2025-06-02 19:08:21 -03:00
parent 40e311e5e4
commit fdb1b8aeb5

View file

@ -35,12 +35,11 @@
tree = "ls --tree";
syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
};
services.flatpak.enable = lib.mkForce false;
}
# Server specific configuration
(lib.mkIf hostType.isServer {
services.flatpak.enable = false;
})
# Workstation specific configuration