This website requires JavaScript.
Explore
Help
Sign In
greg
/
nixos
Watch
1
Star
0
Fork
1
Code
Issues
Pull Requests
2
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fecf8d6b411f244ed78936a77aad3a9649174b2b
nixos
/
modules
/
default.nix
T
11 lines
86 B
Nix
Raw
Normal View
History
Unescape
Escape
Move proxies to module
2022-04-20 11:11:35 -05:00
{
...
}:
{
imports
=
[
Default boxes to be at home network
2022-04-25 22:25:04 -05:00
./home.nix
Move Linode support to a module
2022-04-25 22:29:44 -05:00
./linode.nix
Move proxies to module
2022-04-20 11:11:35 -05:00
./proxy.nix
Move Raspberry Pi 4 support to a module
2022-04-25 22:18:41 -05:00
./rpi4.nix
Move proxies to module
2022-04-20 11:11:35 -05:00
];
}
Reference in New Issue
Copy Permalink