Compare commits

...

2 Commits

Author SHA1 Message Date
5b63ced9e5
steamdeck: remove yuzu, disable remoteClient 2024-03-24 09:51:10 +01:00
2a17f98a00
server: gitea: disable dump 2024-03-24 09:49:51 +01:00
4 changed files with 5 additions and 4 deletions

View File

@ -93,7 +93,7 @@ in
lanzaboote.nixosModules.lanzaboote
./steamdeck
./configuration_desktop.nix
../modules/hardware/remoteClient.nix
#../modules/hardware/remoteClient.nix
nixos-hardware.nixosModules.common-cpu-amd
nixos-hardware.nixosModules.common-gpu-amd
nixos-hardware.nixosModules.common-pc-ssd

View File

@ -65,7 +65,7 @@
gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
#pinentryFlavor = "curses";
};
};
@ -87,4 +87,5 @@
tailscale.enable = true;
};
security.pam.enableSSHAgentAuth = true;
}

View File

@ -32,7 +32,7 @@
streamlink-twitch-gui-bin
element-desktop
pulsemixer
yuzu-early-access
#yuzu-early-access
# Display
light # xorg.xbacklight not supported. Other option is just use xrandr.

View File

@ -7,7 +7,7 @@
{
services.gitea = {
enable = true;
dump.enable = true;
dump.enable = false;
lfs.enable = true;
dump.type = "tar.xz";
database.type = "postgres";