diff --git a/flake.lock b/flake.lock index ca093f5..d593f96 100644 --- a/flake.lock +++ b/flake.lock @@ -153,11 +153,11 @@ ] }, "locked": { - "lastModified": 1742234739, - "narHash": "sha256-zFL6zsf/5OztR1NSNQF33dvS1fL/BzVUjabZq4qrtY4=", + "lastModified": 1739757849, + "narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=", "owner": "nix-community", "repo": "home-manager", - "rev": "f6af7280a3390e65c2ad8fd059cdc303426cbd59", + "rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe", "type": "github" }, "original": { @@ -169,11 +169,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1742217307, - "narHash": "sha256-3fwpN7KN226ghLlpO9TR0/WpgQOmOj1e8bieUxpIYSk=", + "lastModified": 1741325094, + "narHash": "sha256-RUAdT8dZ6k/486vnu3tiNRrNW6+Q8uSD2Mq7gTX4jlo=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "4f4d97d7b7be387286cc9c988760a7ebaa5be1f1", + "rev": "b48cc4dab0f9711af296fc367b6108cf7b8ccb16", "type": "github" }, "original": { @@ -216,11 +216,11 @@ }, "nixpkgsUnstable": { "locked": { - "lastModified": 1742069588, - "narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=", + "lastModified": 1741379970, + "narHash": "sha256-Wh7esNh7G24qYleLvgOSY/7HlDUzWaL/n4qzlBePpiw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5", + "rev": "36fd87baa9083f34f7f5027900b62ee6d09b1f2f", "type": "github" }, "original": { @@ -244,11 +244,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1742268799, - "narHash": "sha256-IhnK4LhkBlf14/F8THvUy3xi/TxSQkp9hikfDZRD4Ic=", + "lastModified": 1741332913, + "narHash": "sha256-ri1e8ZliWS3Jnp9yqpKApHaOo7KBN33W8ECAKA4teAQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "da044451c6a70518db5b730fe277b70f494188f1", + "rev": "20755fa05115c84be00b04690630cb38f0a203ad", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 2f33bf9..5d5bc3f 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,6 @@ unstable = import nixpkgsUnstable { inherit system; config.allowUnfree = true; - config.android_sdk.accept_license = true; }; }; in diff --git a/roles/tailscale.nix b/roles/tailscale.nix index f41449e..ccd9e7a 100644 --- a/roles/tailscale.nix +++ b/roles/tailscale.nix @@ -1,12 +1,5 @@ -{ - config, - lib, - pkgs, - ... -}: +{ config, lib, pkgs, ... }: { services.tailscale.enable = true; - # See https://github.com/NixOS/nixpkgs/issues/180175#issuecomment-2541381489 - systemd.services.tailscaled.after = [ "systemd-networkd-wait-online.service" ]; -} +} \ No newline at end of file diff --git a/users/nolan/desktop-minimal.nix b/users/nolan/desktop-minimal.nix index f192631..e92698b 100644 --- a/users/nolan/desktop-minimal.nix +++ b/users/nolan/desktop-minimal.nix @@ -18,7 +18,7 @@ nativeMessagingHosts = with pkgs; [ unstable.firefoxpwa gnome-browser-connector - unstable.fx-cast-bridge + fx-cast-bridge ]; }; }; diff --git a/users/nolan/desktop.nix b/users/nolan/desktop.nix index 64b6c6f..8c50015 100644 --- a/users/nolan/desktop.nix +++ b/users/nolan/desktop.nix @@ -23,7 +23,6 @@ distrobox boxbuddy flatpak-builder - appstream ]; };