mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:06:51 +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";
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue