diff --git a/lib/instance.nix b/lib/instance.nix index f306f7c..93eba43 100644 --- a/lib/instance.nix +++ b/lib/instance.nix @@ -32,11 +32,6 @@ in { description = "Site name of the current local host."; }; - local-profile = mkOption { - type = str; - description = "Profile name of the current local host."; - }; - local-admins = mkOption { type = listOf str; description = "List of users who should have admin access to the local host.";