mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +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:
|
getUsers = type: users:
|
||||||
let
|
let
|
||||||
userModules = lib.filesToAttr ../users/${type};
|
userModules = lib.filesToAttr ../users/${type};
|
||||||
|
Loading…
Reference in New Issue
Block a user