feat: wireguard meshnet in server

This commit is contained in:
DACHXY 2025-03-26 13:20:28 +08:00
parent fc0035fb15
commit 43e206bd6d
13 changed files with 356 additions and 73 deletions

View file

@ -36,7 +36,7 @@ in
intel-bus-id = intel-bus-id;
nvidia-bus-id = nvidia-bus-id;
})
../../modules/wine.nix
# ../../modules/wine.nix
];
# Overrides
@ -64,7 +64,7 @@ in
};
users."${username}" = {
imports = [
../../../home
../../../home/server-default.nix
];
};
};