chore: remove unused options

This commit is contained in:
punkfairie 2025-05-25 20:31:50 -07:00
parent 546f73b42b
commit a27b3ffdd5
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 0 additions and 14 deletions

View file

@ -1,7 +0,0 @@
{lib, ...}: {
options.marleyos.isDesktop = lib.mkOption {
type = with lib.types; bool;
default = false;
description = "Whether this machine is used as a graphical desktop.";
};
}

View file

@ -1,7 +0,0 @@
{lib, ...}: {
options.marleyos.isServer = lib.mkOption {
type = with lib.types; bool;
default = false;
description = "Whether this machine is a server.";
};
}