- 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
2 lines
72 B
Nix
2 lines
72 B
Nix
{ config, pkgs, ... }: { imports = [ ./network.nix ./wireguard.nix ]; }
|