hosts: move pipewireFix to nixhw
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-20 21:33:31 -04:00
parent 366179e3d0
commit db436c0461
3 changed files with 3 additions and 15 deletions

View file

@ -319,11 +319,11 @@
]
},
"locked": {
"lastModified": 1723443267,
"narHash": "sha256-7J6Q2cUOL9GYrwr7wGtWfPN3m3PL3qjpxTsaTdBuhE4=",
"lastModified": 1724203844,
"narHash": "sha256-cQsIdb2zSPhYFPghQ4gDcdPxVFRIdTqv/wMAukv5z50=",
"owner": "alyraffauf",
"repo": "nixhw",
"rev": "28348d3a045d44e717f39123e9cce33c224b5961",
"rev": "d8eb88f071a9aac51d517ad7c059b3f336478f77",
"type": "github"
},
"original": {

View file

@ -3,7 +3,6 @@
./locale.nix
./network.nix
./nix.nix
./pipewireFix.nix
./samba.nix
./secrets.nix
];

View file

@ -1,11 +0,0 @@
{
services.pipewire.wireplumber.extraConfig = {
"10-disable-camera" = {
"wireplumber.profiles" = {
main = {
"monitor.libcamera" = "disabled";
};
};
};
};
}