This website requires JavaScript.
Explore
Help
Sign In
nix
/
nixos-config
Watch
1
Star
0
Fork
0
You've already forked nixos-config
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
nixos-config
/
lib
/
fudo
/
backplane
/
default.nix
9 lines
76 B
Nix
Raw
Normal View
History
Unescape
Escape
Move profiles from ./profile-config to ./profile
2021-11-02 09:34:26 -07:00
{
config
,
pkgs
,
lib
,
.
.
.
}:
Working backplane dyndns client/server
2020-11-16 12:39:37 -08:00
Move profiles from ./profile-config to ./profile
2021-11-02 09:34:26 -07:00
with
lib
;
Working backplane dyndns client/server
2020-11-16 12:39:37 -08:00
{
imports
=
[
./dns.nix
]
;
}
Reference in New Issue
Copy Permalink