NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: emergency fix for that syntax error

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+3 -2
+3 -2
hosts/lairland/configuration.nix
··· 15 15 { 16 16 "127.0.0.1" = localhost ++ [ 17 17 "lairland.local" 18 - "lairland.tailnet 18 + "lairland.tailnet" 19 19 ] 20 - } // localNetwork.halilifam; 20 + }; // localNetwork.halilifam; 21 + }; 21 22 22 23 # tailnet, blocking ads via blackholing to 0.0.0.0, etc. 23 24 extraHosts = with import ../../shared/hosts-file.nix; tailnet;