fix: correct values for host Tilo
This commit is contained in:
parent
338246498d
commit
1eb4476006
@ -31,10 +31,6 @@
|
||||
443 # HTTPS
|
||||
25565 # Minecraft
|
||||
];
|
||||
extraCommands = ''
|
||||
iptables -I INPUT 1 -i 172.16.0.0/12 -p tcp -d 172.17.0.1 -j ACCEPT
|
||||
iptables -I INPUT 1 -i 172.16.0.0/12 -p tcp -d 172.17.0.1 -j ACCEPT
|
||||
'';
|
||||
};
|
||||
};
|
||||
packages.nix = {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{config, ...}: {
|
||||
imports = [../light-home.nix];
|
||||
home = {
|
||||
cli.nh.flake = "${config.home.homeDirectory}/nixos";
|
||||
cli.nh.flake = "/tank/phundrak/nixos";
|
||||
phundrak.sshKey = {
|
||||
content = builtins.readFile ../../../keys/id_tilo.pub;
|
||||
# file = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
|
||||
|
Loading…
x
Reference in New Issue
Block a user