Compare commits
No commits in common. "6e3f037e1a6bb348f4c2da49450449ac1c8df090" and "0978724e8f877de687096bb64991e20e847da4e2" have entirely different histories.
6e3f037e1a
...
0978724e8f
3 changed files with 4 additions and 21 deletions
|
|
@ -13,8 +13,6 @@ in
|
|||
./transcode.nix
|
||||
./development.nix
|
||||
./bspwm.nix
|
||||
|
||||
# ../migrations/pgsql_upgrade.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = let
|
||||
|
|
@ -44,7 +42,8 @@ in
|
|||
extraPackages = with pkgs; [
|
||||
intel-vaapi-driver
|
||||
libvdpau-va-gl
|
||||
libva-vdpau-driver
|
||||
vaapiVdpau
|
||||
# intel-media-driver
|
||||
];
|
||||
};
|
||||
environment.variables = {
|
||||
|
|
@ -88,13 +87,6 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
services.postgresql = {
|
||||
package = pkgs.postgresql_16;
|
||||
authentication = lib.mkOrder 600 ''
|
||||
local all postgres peer map=postgres
|
||||
'';
|
||||
};
|
||||
|
||||
# Flatpak
|
||||
services.flatpak.enable = true;
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
|
|
@ -144,15 +136,6 @@ in
|
|||
|
||||
services.smartd = {
|
||||
enable = true;
|
||||
autodetect = false;
|
||||
devices = [
|
||||
{
|
||||
device = "/dev/sda";
|
||||
}
|
||||
{
|
||||
device = "/dev/sdb";
|
||||
}
|
||||
];
|
||||
notifications.x11.enable = false;
|
||||
notifications.mail = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ in
|
|||
chmod 755 /run/pulse
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [ mpc ];
|
||||
environment.systemPackages = with pkgs; [ mpc-cli ];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ config.services.mpd.network.port httpStreamPort ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ in
|
|||
services.nextcloud = {
|
||||
enable = true;
|
||||
https = true;
|
||||
package = pkgs.nextcloud32;
|
||||
package = pkgs.nextcloud31;
|
||||
hostName = hostName;
|
||||
datadir = "/data/nextcloud";
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue