Double-definition

This commit is contained in:
niten 2021-10-11 15:23:04 -07:00
parent ce3bc96f87
commit 392fca4884

View File

@ -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.";