marleyos/homes/x86_64-linux/marley@marleynet/default.nix
2025-03-01 18:38:36 -08:00

9 lines
139 B
Nix

{lib, ...}: let
inherit (lib.marleyos) enabled;
in {
marleyos = {
bundles.server = enabled;
};
home.stateVersion = "24.05";
}