Compare commits

..

No commits in common. "d296306cb6f93cb349b36de53f5efe3d9182ed9f" and "b4892083e87c7e1122949bd07bc3eb1189af879d" have entirely different histories.

3 changed files with 20 additions and 17 deletions

25
flake.lock generated
View File

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

View File

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

View File

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