flake: clean up modules
This commit is contained in:
parent
28f18c9a99
commit
8cd8b3a3f9
64 changed files with 258 additions and 273 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ common, lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
# For rage encryption, all hosts need a ssh key pair
|
||||
|
@ -17,7 +17,7 @@ with lib;
|
|||
};
|
||||
|
||||
programs.ssh = {
|
||||
extraConfig = with config.common; ''
|
||||
extraConfig = with common; ''
|
||||
Host rsync.net
|
||||
Hostname ${rsyncnet.host}
|
||||
User ${rsyncnet.user}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue