tangled
alpha
login
or
join now
althaea.zone
/
wire
2
fork
atom
ALPHA: wire is a tool to deploy nixos systems
wire.althaea.zone/
2
fork
atom
overview
issues
pulls
pipelines
fix not using wire-small-dev
marshmallow
4 months ago
fbfe8453
dd39c438
+2
-2
1 changed file
expand all
collapse all
unified
split
tests
nix
test-opts.nix
+2
-2
tests/nix/test-opts.nix
···
4
4
{
5
5
lib,
6
6
snakeOil,
7
7
-
wire-small,
7
7
+
wire-small-dev,
8
8
config,
9
9
pkgs,
10
10
...
···
36
36
"C+ /root/.ssh/id_ed25519 600 - - - ${snakeOil.snakeOilEd25519PrivateKey}"
37
37
];
38
38
environment.systemPackages = [
39
39
-
wire-small
39
39
+
wire-small-dev
40
40
pkgs.ripgrep
41
41
];
42
42
# It's important to note that you should never ever use this configuration