Skip to content

Commit

Permalink
chore(services): remove comments from ssh service
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Jun 15, 2024
1 parent 8a0a98d commit 1796d9e
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions modules/services/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ in {
cfg.remotes
);

/*
sops.secrets = {
"ssh_servers/prod-1" = {
owner = username;
};
"ssh_servers/raspberry-pi" = {
owner = username;
};
};
*/

home-manager.users.${username}.programs.ssh = {
enable = true;
includes =
Expand All @@ -48,21 +37,6 @@ in {
config.sops.secrets."ssh_servers/${remote}".path
)
cfg.remotes;

/*
matchBlocks = {
"prod-1" = {
host = "prod-1";
hostname = "51.83.129.177";
user = "zakku";
};
"raspberry-pi" = {
host = "raspberry-pi";
hostname = "192.168.1.11";
user = "zakku";
};
};
*/
};
};
}

0 comments on commit 1796d9e

Please sign in to comment.