initial commit

This commit is contained in:
2025-08-17 20:37:46 +05:30
commit f0f0229345
9 changed files with 344 additions and 0 deletions

1
modules/default.nix Normal file
View File

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