chore: update flakes

This commit is contained in:
2025-08-15 21:33:22 +02:00
parent 3737a61fa5
commit 28c430568d
38 changed files with 93 additions and 119 deletions

View File

@@ -4,9 +4,9 @@
...
}:
with lib; let
cfg = config.system.networking;
cfg = config.mySystem.networking;
in {
options.system.networking = with types; {
options.mySystem.networking = with types; {
hostname = mkOption {
type = str;
example = "gampo";