Files
sixnix/modules/default.nix
Konarak 01a77e65a6 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:14:06 +05:30

2 lines
72 B
Nix

{ config, pkgs, ... }: { imports = [ ./network.nix ./wireguard.nix ]; }