it was mkForce instead of mkDefault before

This commit is contained in:
William 2025-06-02 19:10:16 -03:00
parent fdb1b8aeb5
commit 8f3d0e7a7d

View file

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