mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:26:34 +01:00
kuraokami config update
This commit is contained in:
parent
531dad7790
commit
f41f0a732c
1 changed files with 5 additions and 4 deletions
|
@ -51,8 +51,8 @@
|
|||
motherboard = "intel";
|
||||
};
|
||||
postgresql = {
|
||||
enable = false;
|
||||
#extraPlugins = ps: with ps; [ pg_libversion ];
|
||||
enable = true;
|
||||
extraPlugins = ps: with ps; [ pg_libversion ];
|
||||
enableTCPIP = true;
|
||||
initialScript = pkgs.writeText "backend-initScript" ''
|
||||
CREATE DATABASE repology
|
||||
|
@ -67,7 +67,7 @@
|
|||
pcscd.enable = true;
|
||||
udev.packages = [ pkgs.yubikey-personalization ];
|
||||
nix-serve = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
openFirewall = true;
|
||||
secretKeyFile = "/var/cache-priv-key.pem";
|
||||
};
|
||||
|
@ -75,7 +75,7 @@
|
|||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
cudaSupport = true;
|
||||
cudaSupport = false;
|
||||
cudaCapabilities = [ "8.6" ];
|
||||
};
|
||||
hostPlatform = {
|
||||
|
@ -109,6 +109,7 @@
|
|||
webex
|
||||
jitsi-meet-electron
|
||||
thunderbird
|
||||
python3
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Reference in a new issue