bolle dyndns
This commit is contained in:
parent
6928fcd6fe
commit
8ee523d610
12
flake.lock
12
flake.lock
|
@ -65,11 +65,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1688389917,
|
||||
"narHash": "sha256-RKiK1QeommEsjQ8fLgxt4831x9O6n2gD7wAhVZTrr8M=",
|
||||
"lastModified": 1688594934,
|
||||
"narHash": "sha256-3dUo20PsmUd57jVZRx5vgKyIN1tv+v/JQweZsve5q/A=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "aed4b19d312525ae7ca9bceb4e1efe3357d0e2eb",
|
||||
"rev": "e11142026e2cef35ea52c9205703823df225c947",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -160,11 +160,11 @@
|
|||
},
|
||||
"unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1688322751,
|
||||
"narHash": "sha256-eW62dC5f33oKZL7VWlomttbUnOTHrAbte9yNUNW8rbk=",
|
||||
"lastModified": 1688590700,
|
||||
"narHash": "sha256-ZF055rIUP89cVwiLpG5xkJzx00gEuuGFF60Bs/LM3wc=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0fbe93c5a7cac99f90b60bdf5f149383daaa615f",
|
||||
"rev": "f292b4964cb71f9dfbbd30dc9f511d6165cd109b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -19,15 +19,17 @@
|
|||
../../profiles/shell/nix-utils.nix
|
||||
../../profiles/shell/binfmt-emu.nix
|
||||
|
||||
#../../profiles/domeneshop-dyndns # TODO: secrets
|
||||
../../profiles/domeneshop-dyndns # TODO: secrets
|
||||
#../../profiles/code-remote
|
||||
#../../profiles/remote-builders
|
||||
#../../profiles/autossh-reverse-tunnels
|
||||
];
|
||||
#services.domeneshop-updater.target = [ "bolle.pbsds.net" ]; # TODO: secrets
|
||||
services.domeneshop-updater.target = [ "bolle.pbsds.net" ];
|
||||
|
||||
# Networking
|
||||
networking.networkmanager.enable = true;
|
||||
networking.useDHCP = true;
|
||||
|
||||
/** /
|
||||
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
#networking.iwd.enable = true
|
||||
|
@ -36,7 +38,6 @@
|
|||
];
|
||||
networking.defaultGateway.address = "192.241.104.1";
|
||||
networking.defaultGateway.interface = "eno1";
|
||||
#networking.useDHCP = true;
|
||||
networking.nameservers = [
|
||||
"129.241.0.200"
|
||||
"129.241.0.201"
|
||||
|
|
Loading…
Reference in New Issue