tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
chore: nvm
devins.page
1 month ago
dbbf12f5
52579283
-9
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
default.nix
-9
hosts/bluepill/default.nix
···
19
19
networking.hostName = "bluepill";
20
20
networking.useNetworkd = true;
21
21
22
22
-
services.openssh = {
23
23
-
enable = true;
24
24
-
settings.AllowUsers = ["git"];
25
25
-
extraConfig = ''
26
26
-
Match Address 192.168.4.0/22,100.64.0.0/10
27
27
-
AllowUsers *
28
28
-
'';
29
29
-
};
30
30
-
31
22
system.autoUpgrade = {
32
23
enable = true;
33
24
flake = "github:intergrav/flake";