diff --git a/flake.lock b/flake.lock index 4ce601e..bf93f46 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1773179137, - "narHash": "sha256-EdW2bwzlfme0vbMOcStnNmKlOAA05Bp6su2O8VLGT0k=", + "lastModified": 1773177250, + "narHash": "sha256-hHBO/sqmFtL5SU6oTEntnSIvBn/hqm6kawZLbvxaSf4=", "owner": "nix-community", "repo": "home-manager", - "rev": "3f98e2bbc661ec0aaf558d8a283d6955f05f1d09", + "rev": "67cd089ee14d74e22d5e41566ba0adb6e5a61509", "type": "github" }, "original": { @@ -93,11 +93,11 @@ ] }, "locked": { - "lastModified": 1773225617, - "narHash": "sha256-IT0n3jJgf4M7U0EuZJ2XJwXBmSJVVK3auqWDGeHGMzY=", + "lastModified": 1773117756, + "narHash": "sha256-47P/mNwhBao57SDfEMQqWPrK8GEUCcVj/Bb24390BDk=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "413a22ab7acf848ed4e20c3f47ea96ccd4788518", + "rev": "bb5e69d7f82c0a58ad11b5ae46755c44772e335c", "type": "github" }, "original": { diff --git a/hosts/skypiea/configuration.nix b/hosts/skypiea/configuration.nix index 08e834a..3b4ec77 100644 --- a/hosts/skypiea/configuration.nix +++ b/hosts/skypiea/configuration.nix @@ -75,21 +75,12 @@ users.users.sid = { isNormalUser = true; description = "sid"; - extraGroups = [ "networkmanager" "wheel" "docker" ]; + extraGroups = [ "networkmanager" "wheel" ]; 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; }; @@ -176,12 +167,11 @@ # enableSSHSupport = true; # }; + # List services that you want to enable: + # Enable the OpenSSH daemon. # services.openssh.enable = true; - # Enable bluetooth - hardware.bluetooth.enable = true; - # Open ports in the firewall. networking.firewall = { enable = true;