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
fix: idk
devins.page
1 month ago
ea0bb786
ef61f1fd
+7
-1
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
modules
tangled.nix
+7
-1
hosts/bluepill/modules/tangled.nix
···
1
1
-
{...}: {
1
1
+
{lib, ...}: {
2
2
services = {
3
3
tangled = {
4
4
knot = {
···
16
16
owner = "did:plc:3xpaniu6rs7fygzthgmtuv7c";
17
17
};
18
18
};
19
19
+
};
20
20
+
openssh = {
21
21
+
enable = lib.mkForce true;
22
22
+
ports = [2222];
23
23
+
settings.AllowUsers = ["git"];
24
24
+
settings.AllowGroups = ["git"];
19
25
};
20
26
};
21
27
}