From eee5dd09a42a8d983cce2d7194b4f8e3c423fe2a Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 11 Mar 2026 21:45:59 +0100 Subject: [PATCH 1/3] [skypiea] feat: Add docker Signed-off-by: SindreKjelsrud --- hosts/skypiea/configuration.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hosts/skypiea/configuration.nix b/hosts/skypiea/configuration.nix index 3b4ec77..43ffc4c 100644 --- a/hosts/skypiea/configuration.nix +++ b/hosts/skypiea/configuration.nix @@ -75,12 +75,21 @@ users.users.sid = { isNormalUser = true; description = "sid"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "docker" ]; packages = with pkgs; [ kdePackages.kate ]; }; + # enable docker + virtualisation.docker.enable = true; + + # use docker without Root access (Rootless docker) + virtualisation.docker.rootless = { + enable = true; + setSocketVariable = true; + }; + # Home Manager home-manager = { extraSpecialArgs = { inherit inputs; }; @@ -167,7 +176,6 @@ # enableSSHSupport = true; # }; - # List services that you want to enable: # Enable the OpenSSH daemon. # services.openssh.enable = true; From ef3f333f42868001b8b71a4ef8fe9891017c2dbb Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 11 Mar 2026 21:47:44 +0100 Subject: [PATCH 2/3] [skypiea] feat: Turn on bluetooth Signed-off-by: SindreKjelsrud --- hosts/skypiea/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/skypiea/configuration.nix b/hosts/skypiea/configuration.nix index 43ffc4c..08e834a 100644 --- a/hosts/skypiea/configuration.nix +++ b/hosts/skypiea/configuration.nix @@ -176,10 +176,12 @@ # enableSSHSupport = true; # }; - # Enable the OpenSSH daemon. # services.openssh.enable = true; + # Enable bluetooth + hardware.bluetooth.enable = true; + # Open ports in the firewall. networking.firewall = { enable = true; From ca4ad7bb86c2342a69dc8a1a8df32433f833ce38 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 11 Mar 2026 22:20:38 +0100 Subject: [PATCH 3/3] [skypiea] chore: nix flake update Signed-off-by: SindreKjelsrud --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index bf93f46..4ce601e 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1773177250, - "narHash": "sha256-hHBO/sqmFtL5SU6oTEntnSIvBn/hqm6kawZLbvxaSf4=", + "lastModified": 1773179137, + "narHash": "sha256-EdW2bwzlfme0vbMOcStnNmKlOAA05Bp6su2O8VLGT0k=", "owner": "nix-community", "repo": "home-manager", - "rev": "67cd089ee14d74e22d5e41566ba0adb6e5a61509", + "rev": "3f98e2bbc661ec0aaf558d8a283d6955f05f1d09", "type": "github" }, "original": { @@ -93,11 +93,11 @@ ] }, "locked": { - "lastModified": 1773117756, - "narHash": "sha256-47P/mNwhBao57SDfEMQqWPrK8GEUCcVj/Bb24390BDk=", + "lastModified": 1773225617, + "narHash": "sha256-IT0n3jJgf4M7U0EuZJ2XJwXBmSJVVK3auqWDGeHGMzY=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "bb5e69d7f82c0a58ad11b5ae46755c44772e335c", + "rev": "413a22ab7acf848ed4e20c3f47ea96ccd4788518", "type": "github" }, "original": {