From 93c432f3fa5c31cfa388f6b616cd883c361fe3cd Mon Sep 17 00:00:00 2001 From: macronova Date: Fri, 28 Mar 2025 14:28:14 +0800 Subject: [PATCH] Update flake --- flake.lock | 42 ++++++++++++++++++++--------------------- linux/quasar/device.nix | 3 +-- linux/quasar/gui.nix | 1 + 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/flake.lock b/flake.lock index 0129e8d..4d40bf0 100644 --- a/flake.lock +++ b/flake.lock @@ -141,11 +141,11 @@ }, "hardware": { "locked": { - "lastModified": 1742631601, - "narHash": "sha256-yJ3OOAmsGAxSl0bTmKUp3+cEYtSS+V6hUPK2rYhIPr8=", + "lastModified": 1742806253, + "narHash": "sha256-zvQ4GsCJT6MTOzPKLmlFyM+lxo0JGQ0cSFaZSACmWfY=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "380ed15bcd6440606c6856db44a99140d422b46f", + "rev": "ecaa2d911e77c265c2a5bac8b583c40b0f151726", "type": "github" }, "original": { @@ -159,11 +159,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1742670145, - "narHash": "sha256-xQ2F9f+ICAGBp/nNv3ddD2U4ZvzuLOci0u/5lyMXPvk=", + "lastModified": 1743136572, + "narHash": "sha256-uwaVrKgi6g1TUq56247j6QvvFtYHloCkjCrEpGBvV54=", "owner": "nix-community", "repo": "home-manager", - "rev": "63e77d09a133ac641a0c204e7cfb0c97e133706d", + "rev": "1efd2503172016a6742c87b47b43ca2c8145607d", "type": "github" }, "original": { @@ -315,11 +315,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1742288794, - "narHash": "sha256-Txwa5uO+qpQXrNG4eumPSD+hHzzYi/CdaM80M9XRLCo=", + "lastModified": 1742669843, + "narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b6eaf97c6960d97350c584de1b6dcff03c9daf42", + "rev": "1e5b653dff12029333a6546c11e108ede13052eb", "type": "github" }, "original": { @@ -378,11 +378,11 @@ }, "nixpkgs_6": { "locked": { - "lastModified": 1742422364, - "narHash": "sha256-mNqIplmEohk5jRkqYqG19GA8MbQ/D4gQSK0Mu4LvfRQ=", + "lastModified": 1742889210, + "narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a84ebe20c6bc2ecbcfb000a50776219f48d134cc", + "rev": "698214a32beb4f4c8e3942372c694f40848b360d", "type": "github" }, "original": { @@ -426,11 +426,11 @@ }, "nixpkgs_9": { "locked": { - "lastModified": 1741865919, - "narHash": "sha256-4thdbnP6dlbdq+qZWTsm4ffAwoS8Tiq1YResB+RP6WE=", + "lastModified": 1742578646, + "narHash": "sha256-GiQ40ndXRnmmbDZvuv762vS+gew1uDpFwOfgJ8tLiEs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "573c650e8a14b2faa0041645ab18aed7e60f0c9a", + "rev": "94c4dbe77c0740ebba36c173672ca15a7926c993", "type": "github" }, "original": { @@ -446,11 +446,11 @@ "nixpkgs": "nixpkgs_7" }, "locked": { - "lastModified": 1740569341, - "narHash": "sha256-WV8nY2IOfWdzBF5syVgCcgOchg/qQtpYh6LECYS9XkY=", + "lastModified": 1742765550, + "narHash": "sha256-2vVIh2JrL6GAGfgCeY9e6iNKrBjs0Hw3bGQEAbwVs68=", "owner": "pjones", "repo": "plasma-manager", - "rev": "5eeb0172fb74392053b66a8149e61b5e191b2845", + "rev": "b70be387276e632fe51232887f9e04e2b6ef8c16", "type": "github" }, "original": { @@ -499,11 +499,11 @@ "nixpkgs": "nixpkgs_9" }, "locked": { - "lastModified": 1742595978, - "narHash": "sha256-05onsoMrLyXE4XleDCeLC3bXnC4nyUbKWInGwM7v6hU=", + "lastModified": 1742700801, + "narHash": "sha256-ZGlpUDsuBdeZeTNgoMv+aw0ByXT2J3wkYw9kJwkAS4M=", "owner": "Mic92", "repo": "sops-nix", - "rev": "b7756921b002de60fb66782effad3ce8bdb5b25d", + "rev": "67566fe68a8bed2a7b1175fdfb0697ed22ae8852", "type": "github" }, "original": { diff --git a/linux/quasar/device.nix b/linux/quasar/device.nix index 1b13a5c..943b8ff 100644 --- a/linux/quasar/device.nix +++ b/linux/quasar/device.nix @@ -45,7 +45,7 @@ in { udev.packages = [pkgs.via]; }; - users.users.${userName}.extraGroups = ["adbusers" "cdrom" "podman"]; + users.users.${userName}.extraGroups = ["adbusers" "cdrom"]; virtualisation = { containers.enable = true; @@ -54,7 +54,6 @@ in { autoPrune.enable = true; defaultNetwork.settings.dns_enabled = true; dockerCompat = true; - dockerSocket.enable = true; }; spiceUSBRedirection.enable = true; }; diff --git a/linux/quasar/gui.nix b/linux/quasar/gui.nix index 249d30d..1e40fd0 100644 --- a/linux/quasar/gui.nix +++ b/linux/quasar/gui.nix @@ -96,6 +96,7 @@ in { enable = true; pinentryPackage = pkgs.pinentry-qt; }; + podman.enable = true; xsettingsd = { enable = true; settings = {