Compare commits
No commits in common. "5b63ced9e59367c3e505fe7331f7d0894aa75e6d" and "77bba122a5f3538a9835a84bef31fb3a3ff8c651" have entirely different histories.
5b63ced9e5
...
77bba122a5
@ -93,7 +93,7 @@ in
|
|||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
./steamdeck
|
./steamdeck
|
||||||
./configuration_desktop.nix
|
./configuration_desktop.nix
|
||||||
#../modules/hardware/remoteClient.nix
|
../modules/hardware/remoteClient.nix
|
||||||
nixos-hardware.nixosModules.common-cpu-amd
|
nixos-hardware.nixosModules.common-cpu-amd
|
||||||
nixos-hardware.nixosModules.common-gpu-amd
|
nixos-hardware.nixosModules.common-gpu-amd
|
||||||
nixos-hardware.nixosModules.common-pc-ssd
|
nixos-hardware.nixosModules.common-pc-ssd
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
gnupg.agent = {
|
gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
#pinentryFlavor = "curses";
|
pinentryFlavor = "curses";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -87,5 +87,4 @@
|
|||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
security.pam.enableSSHAgentAuth = true;
|
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
streamlink-twitch-gui-bin
|
streamlink-twitch-gui-bin
|
||||||
element-desktop
|
element-desktop
|
||||||
pulsemixer
|
pulsemixer
|
||||||
#yuzu-early-access
|
yuzu-early-access
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
light # xorg.xbacklight not supported. Other option is just use xrandr.
|
light # xorg.xbacklight not supported. Other option is just use xrandr.
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
{
|
{
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dump.enable = false;
|
dump.enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
dump.type = "tar.xz";
|
dump.type = "tar.xz";
|
||||||
database.type = "postgres";
|
database.type = "postgres";
|
||||||
|
Loading…
Reference in New Issue
Block a user