move out common stuff again
This commit is contained in:
parent
c022eb979b
commit
c1e4cdb929
5 changed files with 10 additions and 4 deletions
|
@ -6,7 +6,9 @@
|
|||
}: let
|
||||
cfg = config.my.server;
|
||||
in {
|
||||
imports = [];
|
||||
imports = [
|
||||
../_common
|
||||
];
|
||||
|
||||
options.my.server = {
|
||||
enable = lib.mkEnableOption "server role";
|
||||
|
@ -23,7 +25,6 @@ in {
|
|||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue