From 392fca4884b06a69085296b8cb88f3071d5566ed Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 11 Oct 2021 15:23:04 -0700 Subject: [PATCH] Double-definition --- lib/instance.nix | 5 ----- 1 file changed, 5 deletions(-) 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.";