Updates
This commit is contained in:
parent
e13212c8a7
commit
0d3223f7ab
4 changed files with 5 additions and 4 deletions
|
@ -33,7 +33,7 @@ echo ">>> !!!!!"
|
||||||
echo ">>> Setting up SSH Keys..... "
|
echo ">>> Setting up SSH Keys..... "
|
||||||
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ""
|
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ""
|
||||||
echo "" >> ./keys/ssh/keys.txt
|
echo "" >> ./keys/ssh/keys.txt
|
||||||
echo "# (`date`) `whoami`@`hostname`" >> ./keys/ssh/keys.txt
|
echo "# ($(date)) $(whoami)@$(hostname)" >> ./keys/ssh/keys.txt
|
||||||
cat /home/albert/.ssh/id_ed25519.pub >> ./keys/ssh/keys.txt
|
cat /home/albert/.ssh/id_ed25519.pub >> ./keys/ssh/keys.txt
|
||||||
|
|
||||||
# Add all changes to git and and push
|
# Add all changes to git and and push
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
deploy.nodes = {
|
deploy.nodes = {
|
||||||
osaka-linode-01 = libx.deploy { hostname = "osaka-linode-01"; };
|
osaka-linode-01 = libx.deploy { hostname = "osaka-linode-01"; };
|
||||||
milan-linode-01 = libx.deploy { hostname = "milan-linode-01"; };
|
milan-linode-01 = libx.deploy { hostname = "milan-linode-01"; };
|
||||||
# frankfurt-linode-01 = libx.deploy { hostname = "frankfurt-linode-01"; };
|
frankfurt-linode-01 = libx.deploy { hostname = "frankfurt-linode-01"; };
|
||||||
|
|
||||||
framework-server = libx.deploy { hostname = "framework-server"; };
|
framework-server = libx.deploy { hostname = "framework-server"; };
|
||||||
# nuc-server = libx.deploy { hostname = "nuc-server"; };
|
# nuc-server = libx.deploy { hostname = "nuc-server"; };
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/run/tailscale/tailscaled.sock:/var/run/tailscale/tailscaled.sock:ro"
|
"/var/run/tailscale/tailscaled.sock:/var/run/tailscale/tailscaled.sock:ro"
|
||||||
"/Storage/Data/Docker/sysctl.io/letsencrypt/external/certificates/certs/*.sysctl.io.crt:/app/certs/milan.sysctl.io.crt:ro"
|
"/Storage/Data/Docker/sysctl.io/letsencrypt/external/certificates/certs/*.sysctl.io.crt:/app/certs/frankfurt.sysctl.io.crt:ro"
|
||||||
"/Storage/Data/Docker/sysctl.io/letsencrypt/external/certificates/private/*.sysctl.io.key:/app/certs/milan.sysctl.io.key:ro"
|
"/Storage/Data/Docker/sysctl.io/letsencrypt/external/certificates/private/*.sysctl.io.key:/app/certs/frankfurt.sysctl.io.key:ro"
|
||||||
];
|
];
|
||||||
ports = [
|
ports = [
|
||||||
"3478:3478/udp"
|
"3478:3478/udp"
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
./common/modules/networking.nix # Initial Networking configs
|
./common/modules/networking.nix # Initial Networking configs
|
||||||
./common/modules/nixos.nix # Common NixOS Configurations
|
./common/modules/nixos.nix # Common NixOS Configurations
|
||||||
./common/modules/remote-builders.nix # Add remote builders
|
./common/modules/remote-builders.nix # Add remote builders
|
||||||
|
./common/modules/hosts.nix # Adblockers
|
||||||
|
|
||||||
./users/${username}
|
./users/${username}
|
||||||
./hosts/${hostname}
|
./hosts/${hostname}
|
||||||
|
|
Loading…
Reference in a new issue