Compare commits

..

2 commits

Author SHA1 Message Date
sid
1eba3e269d rm networking from common 2026-05-17 23:02:29 +02:00
sid
7e6da073eb add qrencode 2026-05-17 18:04:12 +02:00
4 changed files with 2 additions and 26 deletions

View file

@ -1,6 +1,5 @@
{ {
imports = [ imports = [
./networking.nix
./overlays.nix ./overlays.nix
]; ];

View file

@ -1,24 +0,0 @@
{ inputs, ... }:
{
imports = [
inputs.servers.nixosModules.pki
];
services.resolved.enable = true;
networking.networkmanager.dns = "systemd-resolved";
networking.resolvconf.enable = false;
networking.dhcpcd.enable = false;
networking.search = [
"i.sid.ovh"
"sid.ovh"
];
networking.nameservers = [
"100.64.0.6"
"1.1.1.1"
"8.8.8.8"
];
services.tailscale.useRoutingFeatures = "client";
}

View file

@ -11,7 +11,7 @@
loginServer = "https://hs.sid.ovh"; loginServer = "https://hs.sid.ovh";
authKeyFile = config.sops.secrets."tailscale/personal-key".path; authKeyFile = config.sops.secrets."tailscale/personal-key".path;
enableSSH = true; enableSSH = true;
acceptDNS = false; # use coredns acceptDNS = true;
}; };
work = { work = {
loginServer = "https://headscale.cryodev.xyz"; loginServer = "https://headscale.cryodev.xyz";

View file

@ -44,6 +44,7 @@ in
magic-wormhole magic-wormhole
naabu naabu
ocrmypdf ocrmypdf
qrencode
rpi-imager rpi-imager
rustfmt rustfmt
showmethekey showmethekey