[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";

View File

@@ -23,10 +23,6 @@
};
};
environment.systemPackages = with pkgs; [
code-cursor
];
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.0.2u"
"electron-12.2.3"