updates
This commit is contained in:
parent
bc8294f566
commit
609a4e7686
4 changed files with 12 additions and 7 deletions
home-manager/common/software/gui
nixos
|
@ -14,6 +14,7 @@
|
|||
installBatSyntax = true;
|
||||
installVimSyntax = true;
|
||||
settings = {
|
||||
font-family = "JetBrainsMono Nerd Font";
|
||||
font-size = 12;
|
||||
cursor-style = "bar";
|
||||
keybind = [
|
||||
|
|
|
@ -36,10 +36,6 @@
|
|||
relaysEnabled = false;
|
||||
};
|
||||
devices = {
|
||||
"framework-server-docker" = { # The docker container, not the host
|
||||
autoAcceptFolders = true;
|
||||
id = "ULRNA7N-Q7WTZR3-PDQW52W-IWT4UOG-ABF5RCT-W6XJXOW-WQTJIWR-GBFUJQR";
|
||||
};
|
||||
"framework-server" = {
|
||||
autoAcceptFolders = true;
|
||||
id = "AC53UVR-ZZOKNTZ-GE3C5W4-LPWJPOG-CML3YTD-G46GDLG-5XAURNC-BAJLOQT";
|
||||
|
@ -68,10 +64,16 @@
|
|||
autoAcceptFolders = true;
|
||||
id = "JH2YXUG-Y2QTRZ5-Q2XEKLU-7MVETXQ-WRWDDLD-D4PCJ47-T4KVVNV-XXC6PAV";
|
||||
};
|
||||
|
||||
# Non-NixOS
|
||||
"google-pixel-8" = {
|
||||
autoAcceptFolders = true;
|
||||
id = "6YCQMCP-IABOYJV-E25ABBO-MTVKNMT-JHD5BN2-B25OSMA-JDYEVLN-SJ66LA2";
|
||||
};
|
||||
"framework-server-docker" = { # The docker container, not the host
|
||||
autoAcceptFolders = true;
|
||||
id = "ULRNA7N-Q7WTZR3-PDQW52W-IWT4UOG-ABF5RCT-W6XJXOW-WQTJIWR-GBFUJQR";
|
||||
};
|
||||
};
|
||||
|
||||
folders = {
|
||||
|
|
|
@ -14,11 +14,12 @@
|
|||
# Disabling -- I don't know why but this all of a sudden breaks Headscale.
|
||||
# Sep 12 2024
|
||||
# ../../common/modules/fail2ban/traefik.nix
|
||||
./containers.nix
|
||||
./disks.nix
|
||||
# NOTE: framework-server and warsaw-ovh-01 share a key.
|
||||
./wireguard.nix
|
||||
# TODO: Re-enable when redeployed
|
||||
# ./cron.nix
|
||||
# ./containers.nix
|
||||
./firewall.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
# Allow these hosts to directly communicate with their hostnames
|
||||
networking.extraHosts = ''
|
||||
10.100.0.1 osaka-linode-01
|
||||
10.100.0.2 framework-server
|
||||
10.100.0.1 osaka-linode-01-wg
|
||||
10.100.0.2 framework-server-wg
|
||||
10.100.0.4 frankfurt-linode-01-wg
|
||||
'';
|
||||
|
||||
networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 22 ];
|
||||
|
|
Loading…
Add table
Reference in a new issue