basic pi stuff, ugly but functional
This commit is contained in:
12
modules/home/sops/options.nix
Normal file
12
modules/home/sops/options.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
options.mjallen.sops = {
|
||||
enable = mkEnableOption "enable sops";
|
||||
|
||||
defaultSopsFile = mkOption {
|
||||
type = types.str;
|
||||
default = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user