mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
lib/private: remove unused functions
Doing some cleanup. Doing some cleanup.
This commit is contained in:
parent
2de682244f
commit
4ed3f2e571
@ -32,10 +32,6 @@ rec {
|
||||
];
|
||||
});
|
||||
|
||||
getSecret = path: ../secrets/${path};
|
||||
|
||||
isInternal = config: config ? _isfoodogsquaredcustom && config._isfoodogsquaredcustom;
|
||||
|
||||
getUsers = type: users:
|
||||
let
|
||||
userModules = lib.filesToAttr ../users/${type};
|
||||
|
Loading…
Reference in New Issue
Block a user