configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: nvm

-9
-9
hosts/bluepill/default.nix
··· 19 19 networking.hostName = "bluepill"; 20 20 networking.useNetworkd = true; 21 21 22 - services.openssh = { 23 - enable = true; 24 - settings.AllowUsers = ["git"]; 25 - extraConfig = '' 26 - Match Address 192.168.4.0/22,100.64.0.0/10 27 - AllowUsers * 28 - ''; 29 - }; 30 - 31 22 system.autoUpgrade = { 32 23 enable = true; 33 24 flake = "github:intergrav/flake";