bolle dyndns

This commit is contained in:
Peder Bergebakken Sundt 2023-07-07 17:48:49 +02:00
parent 6928fcd6fe
commit 8ee523d610
2 changed files with 10 additions and 9 deletions

View File

@ -65,11 +65,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1688389917, "lastModified": 1688594934,
"narHash": "sha256-RKiK1QeommEsjQ8fLgxt4831x9O6n2gD7wAhVZTrr8M=", "narHash": "sha256-3dUo20PsmUd57jVZRx5vgKyIN1tv+v/JQweZsve5q/A=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "aed4b19d312525ae7ca9bceb4e1efe3357d0e2eb", "rev": "e11142026e2cef35ea52c9205703823df225c947",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -160,11 +160,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1688322751, "lastModified": 1688590700,
"narHash": "sha256-eW62dC5f33oKZL7VWlomttbUnOTHrAbte9yNUNW8rbk=", "narHash": "sha256-ZF055rIUP89cVwiLpG5xkJzx00gEuuGFF60Bs/LM3wc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0fbe93c5a7cac99f90b60bdf5f149383daaa615f", "rev": "f292b4964cb71f9dfbbd30dc9f511d6165cd109b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -19,15 +19,17 @@
../../profiles/shell/nix-utils.nix ../../profiles/shell/nix-utils.nix
../../profiles/shell/binfmt-emu.nix ../../profiles/shell/binfmt-emu.nix
#../../profiles/domeneshop-dyndns # TODO: secrets ../../profiles/domeneshop-dyndns # TODO: secrets
#../../profiles/code-remote #../../profiles/code-remote
#../../profiles/remote-builders #../../profiles/remote-builders
#../../profiles/autossh-reverse-tunnels #../../profiles/autossh-reverse-tunnels
]; ];
#services.domeneshop-updater.target = [ "bolle.pbsds.net" ]; # TODO: secrets services.domeneshop-updater.target = [ "bolle.pbsds.net" ];
# Networking # Networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.useDHCP = true;
/** / /** /
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. #networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
#networking.iwd.enable = true #networking.iwd.enable = true
@ -36,7 +38,6 @@
]; ];
networking.defaultGateway.address = "192.241.104.1"; networking.defaultGateway.address = "192.241.104.1";
networking.defaultGateway.interface = "eno1"; networking.defaultGateway.interface = "eno1";
#networking.useDHCP = true;
networking.nameservers = [ networking.nameservers = [
"129.241.0.200" "129.241.0.200"
"129.241.0.201" "129.241.0.201"