diff --git a/.github/workflows/beets-sync.yml b/.github/workflows/beets-sync.yml index 7523cc5..c73fc2a 100644 --- a/.github/workflows/beets-sync.yml +++ b/.github/workflows/beets-sync.yml @@ -1,8 +1,8 @@ name: Beets on: - schedule: - # Run 4 times a day: 6am, 12pm, 6pm, 12am UTC - - cron: '0 6,12,18,0 * * *' + # schedule: + # # Run 4 times a day: 6am, 12pm, 6pm, 12am UTC + # - cron: '0 6,12,18,0 * * *' workflow_dispatch: # Allow manual trigger jobs: diff --git a/nix/home-server.nix b/nix/home-server.nix index a4e42f5..5e68b8f 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -167,13 +167,13 @@ package = pkgs.qemu_kvm; runAsRoot = true; swtpm.enable = true; - ovmf = { - enable = true; - packages = [ pkgs.OVMFFull.fd ]; - # packages = [ - # (pkgs.OVMF.override { secureBoot = true; tpmSupport = true; }).fd - # ]; - }; + # ovmf = { + # enable = true; + # packages = [ pkgs.OVMFFull.fd ]; + # # packages = [ + # # (pkgs.OVMF.override { secureBoot = true; tpmSupport = true; }).fd + # # ]; + # }; }; }; networking.interfaces.enp5s0.useDHCP = true;