feat: Added rpi as a ssh and deploy target
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
user = "root";
|
||||
};
|
||||
};
|
||||
rpi = {
|
||||
hostname = "rpi";
|
||||
profiles.system = {
|
||||
sshUser = "servius";
|
||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.rpi;
|
||||
};
|
||||
};
|
||||
ryu = {
|
||||
hostname = "ryu";
|
||||
profiles.system = {
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
rpi = {
|
||||
user = "servius";
|
||||
hostname = "rpi";
|
||||
};
|
||||
github = {
|
||||
user = "git";
|
||||
host = "github.com";
|
||||
|
||||
Reference in New Issue
Block a user