Added networking

This commit is contained in:
2026-03-13 23:54:28 +01:00
parent a641aee119
commit 8b86bf34d1
67 changed files with 895 additions and 113 deletions
@@ -0,0 +1,7 @@
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
{
imports = [
# No subfolders to import
];
# .. put any code here
}