homeserver i guess

This commit is contained in:
tulg 2026-05-07 17:50:36 +03:00
parent 8c44e6e6cc
commit bf6e9e680e
8 changed files with 76 additions and 45 deletions

View file

@ -44,6 +44,9 @@
};
};
};
environment.systemPackages = [
pkgs.jdk17_headless
];
system.stateVersion = "25.05"; # Did you read the comment?
}