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

View File

@ -40,4 +40,6 @@
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 = {
extra-trusted-public-keys = [ trusted-public-keys = [
#"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII=" "hades-builder:AFdPgi6Qq/yKqc2V2imgzMikEkVEFCrDaHyAmOJ3MII="
]; ];
extra-substituters = [ 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"