users upadate
This commit is contained in:
25
users/files/home.nix
Normal file
25
users/files/home.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{ secretsDir, ... }: {
|
||||
|
||||
imports = [
|
||||
../common/home.nix
|
||||
];
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
identityFile = "/home/files/secrets/files-private";
|
||||
};
|
||||
ouranos = {
|
||||
hostname = "195.201.148.94";
|
||||
user = "root";
|
||||
};
|
||||
fusus = {
|
||||
hostname = "localhost";
|
||||
user = "server";
|
||||
port = 49388;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user