marleyos/homes/x86_64-linux/marley@marleynet/default.nix

10 lines
139 B
Nix
Raw Normal View History

2025-03-02 02:38:36 +00:00
{lib, ...}: let
inherit (lib.marleyos) enabled;
in {
marleyos = {
bundles.server = enabled;
};
home.stateVersion = "24.05";
}