update config
This commit is contained in:
parent
f610209aff
commit
ae92148089
34 changed files with 387 additions and 240 deletions
|
@ -1,21 +1,21 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
|
||||
options = {
|
||||
user = lib.mkOption {
|
||||
default = "${config.user}";
|
||||
description = "user";
|
||||
};
|
||||
options = {
|
||||
user = lib.mkOption {
|
||||
default = "${config.user}";
|
||||
description = "user";
|
||||
};
|
||||
|
||||
host = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "host";
|
||||
};
|
||||
host = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "host";
|
||||
};
|
||||
|
||||
sops_file = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "SOPS filename";
|
||||
sops_file = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "SOPS filename";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue