Modularise deploy-rs and add home-manager configs
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
targets.genericLinux.enable = true;
|
||||
|
||||
my = {
|
||||
deploy.node = {
|
||||
hostname = "h.nul.ie";
|
||||
sshOpts = [ "-4" "-p" "8022" ];
|
||||
};
|
||||
ssh.matchBlocks = {
|
||||
home = {
|
||||
host =
|
||||
|
Reference in New Issue
Block a user