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
This commit is contained in:
2025-09-30 21:10:33 +05:30
parent a2d5333f01
commit 01a77e65a6
7 changed files with 204 additions and 227 deletions

View File

@@ -1 +1 @@
{ config, pkgs, ... }: { imports = [ ./access.nix ./network.nix ]; }
{ config, pkgs, ... }: { imports = [ ./network.nix ./wireguard.nix ]; }