lib/private: remove unused functions

Doing some cleanup. Doing some cleanup.
This commit is contained in:
Gabriel Arazas 2023-12-15 21:35:46 +08:00
parent 2de682244f
commit 4ed3f2e571
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -32,10 +32,6 @@ rec {
];
});
getSecret = path: ../secrets/${path};
isInternal = config: config ? _isfoodogsquaredcustom && config._isfoodogsquaredcustom;
getUsers = type: users:
let
userModules = lib.filesToAttr ../users/${type};