more stuff
This commit is contained in:
parent
921a59a30e
commit
d5001107b0
6 changed files with 51 additions and 2 deletions
|
@ -31,6 +31,10 @@ in
|
|||
file = /${settings.secretsDir}/nix2bitbucket.age;
|
||||
owner = settings.user.username;
|
||||
};
|
||||
nix2gitjosh = {
|
||||
file = /${settings.secretsDir}/nix2gitjosh.age;
|
||||
owner = settings.user.username;
|
||||
};
|
||||
nix2h001 = {
|
||||
file = /${settings.secretsDir}/nix2h001.age;
|
||||
owner = settings.user.username;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
# test
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
34733 # sshd
|
||||
5173 # test
|
||||
];
|
||||
|
||||
# machine specific configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue