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 = {
|
||||
|
||||
Reference in New Issue
Block a user