Initial commit

This commit is contained in:
ktkk 2025-06-05 19:13:28 +00:00
commit b89303566a
6 changed files with 462 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
pkgs,
outputs,
inputs,
lib,
...
}:
{
imports = [
../../modules/grafana
../shared
];
networking.hostName = "wsl";
wsl = {
enable = true;
defaultUser = "nixos";
};
}