This website requires JavaScript.
Explore
Help
Sign In
konarak
/
sixnix
Watch
1
Star
0
Fork
0
You've already forked sixnix
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
01a77e65a6542c0e617f1c66a172c7a2f8fb5618
sixnix
/
modules
/
default.nix
2 lines
72 B
Nix
Raw
Normal View
History
Unescape
Escape
update overall module structure, remove host-specific config files - update flake.nix to reflect new structure - update modules/default.nix imports - update modules/network.nix and wireguard.nix - remove config/configuration.nix and hardware-configuration.nix - remove modules/access.nix from this module's scope
2025-09-30 21:10:33 +05:30
{
config
,
pkgs
,
.
.
.
}:
{
imports
=
[
./network.nix
./wireguard.nix
]
;
}
Reference in New Issue
Copy Permalink