[NixOS] Enable kat on nixquick

This commit is contained in:
2024-09-07 18:21:58 +00:00
parent 701e8d7d82
commit 50542d9b24
3 changed files with 2 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
};
modules.gitea-runner.enable = true;
modules.vscode.enable = true;
modules.kat.enable = true;
networking.hostName = "nixquick";