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

View File

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

View File

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