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