kuraokami config update

This commit is contained in:
Johannes Jöns 2024-05-29 20:53:04 +02:00
parent 531dad7790
commit f41f0a732c

View file

@ -51,8 +51,8 @@
motherboard = "intel"; motherboard = "intel";
}; };
postgresql = { postgresql = {
enable = false; enable = true;
#extraPlugins = ps: with ps; [ pg_libversion ]; extraPlugins = ps: with ps; [ pg_libversion ];
enableTCPIP = true; enableTCPIP = true;
initialScript = pkgs.writeText "backend-initScript" '' initialScript = pkgs.writeText "backend-initScript" ''
CREATE DATABASE repology CREATE DATABASE repology
@ -67,7 +67,7 @@
pcscd.enable = true; pcscd.enable = true;
udev.packages = [ pkgs.yubikey-personalization ]; udev.packages = [ pkgs.yubikey-personalization ];
nix-serve = { nix-serve = {
enable = true; enable = false;
openFirewall = true; openFirewall = true;
secretKeyFile = "/var/cache-priv-key.pem"; secretKeyFile = "/var/cache-priv-key.pem";
}; };
@ -75,7 +75,7 @@
nixpkgs = { nixpkgs = {
config = { config = {
cudaSupport = true; cudaSupport = false;
cudaCapabilities = [ "8.6" ]; cudaCapabilities = [ "8.6" ];
}; };
hostPlatform = { hostPlatform = {
@ -109,6 +109,7 @@
webex webex
jitsi-meet-electron jitsi-meet-electron
thunderbird thunderbird
python3
]; ];
programs = { programs = {