This website requires JavaScript.
Explore
Help
Sign In
dusk
/
ark
Watch
1
Star
0
Fork
0
You've already forked ark
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e92283e9d0
ark
/
profiles
/
network
/
default.nix
4 lines
60 B
Nix
Raw
Normal View
History
Unescape
Escape
profiles: add concept of suites * Import attrs of profiles automatically with `defaultImport`. * Refactor profiles to ensure all are functions returning a module. * Add a suites.nix with collections of profiles. * Add suites as `specialArgs` to modules. * Add suite import to NixOS host.
2021-02-02 06:26:47 +03:00
{
.
.
.
}:
{
imports
=
[
./networkmanager
./adblocking
]
;
profiles: reorganize
2020-08-04 22:44:11 +03:00
}
Reference in New Issue
Copy Permalink