Compare commits

...

3 Commits

Author SHA1 Message Date
d296306cb6
hosts: steamdeck: remove wireplumber overwrite 2024-04-20 13:08:38 +02:00
b1574ab9e1
flake update 2024-04-20 13:08:03 +02:00
55b518345b
remoteClient change to extra-* 2024-04-20 13:06:33 +02:00
3 changed files with 17 additions and 20 deletions

25
flake.lock generated
View File

@ -201,11 +201,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713547559, "lastModified": 1713566308,
"narHash": "sha256-zju60y4pyYQoRmqhbgkw+jwmKZReVsCNvb8mZxID2Do=", "narHash": "sha256-7Y91t8pheIzjJveUMAPyeh5NOq5F49Nq4Hl2532QpJs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "938357cb234e85da37109df2cdd9cc59ab9c1cc0", "rev": "057117a401a34259c9615ce62218aea7afdee4d3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -258,16 +258,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713421294, "lastModified": 1713606448,
"narHash": "sha256-l7SESnTo1n3TMQA1zta6VGJr0yZO+Vf/yAIDXsW7+mU=", "narHash": "sha256-JMKo6uoAcUip9N10a3r1T2IoLz+pUStwIFrsVW/R4MA=",
"owner": "Jovian-Experiments", "owner": "Jovian-Experiments",
"repo": "Jovian-NixOS", "repo": "Jovian-NixOS",
"rev": "8b896c1f455aea4fd3cadf04610922c21e613373", "rev": "96cbbcd3712a0cb7f128c54b21ec2af0950d88d0",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Jovian-Experiments", "owner": "Jovian-Experiments",
"ref": "bumpa-fruit",
"repo": "Jovian-NixOS", "repo": "Jovian-NixOS",
"type": "github" "type": "github"
} }
@ -393,11 +392,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1713297878, "lastModified": 1713537308,
"narHash": "sha256-hOkzkhLT59wR8VaMbh1ESjtZLbGi+XNaBN6h49SPqEc=", "narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "66adc1e47f8784803f2deb6cacd5e07264ec2d5c", "rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -409,11 +408,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1713550997, "lastModified": 1713607712,
"narHash": "sha256-H3P297PSAt1SlBkYDne/uNCHgXcDfSBjytoUIcFldqA=", "narHash": "sha256-B4+hiDGLPoL2TOuP7Wr+VqG+9kGu1RUzBR1JU24cfmw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "b75c1fb311412ab83c1ba40d4d9bbf3036271324", "rev": "800327409d11460386c0f3c757abc7e2beb2900e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -40,6 +40,4 @@
steamdeck-firmware steamdeck-firmware
]; ];
services.pipewire.wireplumber.package = lib.mkForce pkgs.wireplumber;
} }

View File

@ -16,13 +16,13 @@
protocol = "ssh-ng"; protocol = "ssh-ng";
} ]; } ];
settings = { settings = {
trusted-public-keys = [ extra-trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" #"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII=" "hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII="
]; ];
substituters = [ extra-substituters = [
"https://cache.nixos.org" #"https://cache.nixos.org"
#"ssh-ng://nixremote@hades.home.opel-online.de" "ssh-ng://nixremote@hades.home.opel-online.de"
]; ];
trusted-users = [ trusted-users = [
"kabbone" "kabbone"