push latest state from dad machine

This commit is contained in:
Stefan Kempinger 2026-04-26 15:25:52 +02:00
parent dbafe66098
commit 82d03af80a
Signed by: CrazyChaoz
SSH key fingerprint: SHA256:YOwyLUwjYN0SbH23u/6sadxTPxiCq8DRCW69qpWhjA8

View file

@ -11,11 +11,10 @@
];
# Bootloader.
#boot.loader.systemd-boot.enable = true;
#boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
boot.loader.grub.useOSProber = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
#boot.loader.grub.device = "/dev/vda";
#boot.loader.grub.useOSProber = true;
networking.hostName = "nixos-dad"; # Define your hostname.
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -85,7 +84,7 @@
libinput
pciutils
pulseaudio
pwvucontrol
(pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true; }) { })
];
programs.firefox = {
@ -110,8 +109,7 @@
user = "kemp";
program = "${pkgs.writeScriptBin "start-cage-app" ''
#!/usr/bin/env bash
exec pwvucontrol
exec firefox
exec ${ (pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true; }) { })}/bin/firefox
''}/bin/start-cage-app";
};
services.getty.loginProgram = "${pkgs.coreutils}/bin/true";
@ -131,7 +129,6 @@
command = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+";
}
];
security.rtkit.enable = true;
services.pipewire = {
enable = true; # if not already enabled