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