tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
feat: add nix-inspect to shell
wiro.world
11 months ago
fc41e81a
0e96829d
+2
-1
2 changed files
expand all
collapse all
unified
split
nixos
profiles
server.nix
shells.nix
+1
-1
nixos/profiles/server.nix
reviewed
···
122
122
};
123
123
124
124
virtualHosts.${tangled-hostname}.extraConfig = ''
125
125
-
reverse_proxy http://localhost:${toString tangled-port}
125
125
+
reverse_proxy http://localhost:${toString tangled-port}
126
126
'';
127
127
};
128
128
+1
shells.nix
reviewed
···
12
12
lpkgs.agenix
13
13
home-manager
14
14
just
15
15
+
nix-inspect
15
16
nixos-anywhere
16
17
nix-tree
17
18
]);