Fix some stuff; Add nix flake check action
Some checks failed
/ tests (push) Failing after 8s

This commit is contained in:
xqtc 2024-07-17 13:14:50 +02:00
parent 55ae36e017
commit 08a8497b69
5 changed files with 10 additions and 4 deletions

View 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

View file

@ -75,7 +75,6 @@
# services.printing.enable = true; # services.printing.enable = true;
# Enable sound. # Enable sound.
sound.enable = true;
# hardware.pulseaudio.enable = true; # hardware.pulseaudio.enable = true;
# hardware.pulseaudio.enable = false; # hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;

View file

@ -125,7 +125,6 @@
services.printing.enable = true; services.printing.enable = true;
# Enable sound. # Enable sound.
sound.enable = true;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;

View file

@ -102,7 +102,6 @@
# services.printing.enable = true; # services.printing.enable = true;
# Enable sound. # Enable sound.
sound.enable = true;
hardware.pulseaudio = { hardware.pulseaudio = {
enable = true; enable = true;
package = pkgs.pulseaudioFull; package = pkgs.pulseaudioFull;

View file

@ -13,7 +13,6 @@
../../docker.nix ../../docker.nix
../../gc.nix ../../gc.nix
./jellyfin.nix ./jellyfin.nix
./rsync.nix
./monitoring.nix ./monitoring.nix
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;