secrets: remove old module
This commit is contained in:
parent
2c3032c642
commit
617a8e7459
|
@ -10,9 +10,6 @@
|
|||
# Service definitions
|
||||
./services
|
||||
|
||||
# Configuration secrets
|
||||
./secrets
|
||||
|
||||
# Host-specific config
|
||||
./hosts/boreal
|
||||
];
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
# Service definitions
|
||||
./services
|
||||
|
||||
# Configuration secrets
|
||||
./secrets
|
||||
|
||||
# Host-specific config
|
||||
./hosts/poseidon
|
||||
];
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
inherit (lib)
|
||||
fileContents
|
||||
mkOption
|
||||
;
|
||||
in {
|
||||
options.my.secrets = let inherit (lib) types; in mkOption {
|
||||
type = types.attrs;
|
||||
};
|
||||
|
||||
config.my.secrets = {
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue