This website requires JavaScript.
Explore
Help
Sign In
clerie
/
nixfiles
Watch
1
Star
0
Fork
0
You've already forked nixfiles
Code
2ad516b8d3
nixfiles
/
configuration
/
router
/
default.nix
8 lines
89 B
Nix
Raw
Normal View
History
Unescape
Escape
Dont forget to load var!
2020-12-07 15:19:02 +01:00
{
pkgs
,
.
.
.
}:
Init router configuration to carbon
2020-12-07 15:14:33 +01:00
{
environment
.
systemPackages
=
with
pkgs
;
[
wireguard-tools
]
;
}
Copy Permalink