ssh updates for john p14s
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
hostname = "john-p14s";
|
||||
homeDirectory = config.home-manager.users.john.home.homeDirectory;
|
||||
flakeDir = "${homeDirectory}/Documents/dendritic";
|
||||
my-neovim = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-neovim;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
@@ -123,6 +124,12 @@
|
||||
bash
|
||||
discord
|
||||
];
|
||||
ssh.matchSets = {
|
||||
appdaemon = true;
|
||||
homelab = true;
|
||||
dev = true;
|
||||
certs = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
|
||||
Reference in New Issue
Block a user