mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 10:40:32 +01:00
This commit is contained in:
parent
55ae36e017
commit
08a8497b69
10
.forgejo/workflows/uwu.yaml
Normal file
10
.forgejo/workflows/uwu.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
- run: nix flake check
|
|
@ -75,7 +75,6 @@
|
|||
# services.printing.enable = true;
|
||||
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
# hardware.pulseaudio.enable = true;
|
||||
# hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
|
|
@ -125,7 +125,6 @@
|
|||
services.printing.enable = true;
|
||||
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
|
|
@ -102,7 +102,6 @@
|
|||
# services.printing.enable = true;
|
||||
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio = {
|
||||
enable = true;
|
||||
package = pkgs.pulseaudioFull;
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
../../docker.nix
|
||||
../../gc.nix
|
||||
./jellyfin.nix
|
||||
./rsync.nix
|
||||
./monitoring.nix
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Reference in a new issue