1 # NixOS configuration of losurdo.sourcephile.fr
3 # Show configuration options with, for example:
4 # nix-instantiate machines/losurdo.nix --eval -A config.networking.hostName
6 # nix eval machines.losurdo.networking.hostName
7 # Install/upgrade with:
8 # nix run config.installer.ssh-nixos -f machines/losurdo.nix
10 # nix run machines.losurdo.installer.ssh-nixos
12 system = "x86_64-linux";
14 ipv4 = "80.67.180.251";
17 ipv4 = "192.168.42.2";
20 persistentKeepalive = 25;
22 publicKey = "xsFFep3k8z0pXgUOz4aryOF8l/KPBSOd4WQA26BkXy0=";
23 allowedIPs = [ "${wg-intranet.ipv4}/32" ];
30 ../nixos/profiles/services/unbound.nix
34 losurdo/fileSystems.nix
36 losurdo/networking.nix
38 losurdo/postgresql.nix
43 losurdo/transmission.nix