diff --git a/flake.lock b/flake.lock index 36b72a9..e17a173 100644 --- a/flake.lock +++ b/flake.lock @@ -7,16 +7,15 @@ ] }, "locked": { - "lastModified": 1685599623, - "narHash": "sha256-Tob4CMOVHue0D3RzguDBCtUmX5ji2PsdbQDbIOIKvsc=", + "lastModified": 1712266167, + "narHash": "sha256-gr2CBgT8t+utDqzWSp2vSjX/c39Q0BNtrWE6/cDhhEE=", "owner": "nix-community", "repo": "home-manager", - "rev": "93db05480c0c0f30382d3e80779e8386dcb4f9dd", + "rev": "0c73c1b8da28a24c4fe842ced3f2548d5828b550", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-23.11", "repo": "home-manager", "type": "github" } diff --git a/flake.nix b/flake.nix index e58983d..e349eb7 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; # Home manager - home-manager.url = "github:nix-community/home-manager/release-23.11"; + home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # TODO: Add any other flake you might need diff --git a/home-manager/apps.nix b/home-manager/apps.nix index 510b4fc..a06ca19 100644 --- a/home-manager/apps.nix +++ b/home-manager/apps.nix @@ -46,7 +46,6 @@ platformio-core qbittorrent spotify - tailscale whatsapp-for-linux zsh zoxide diff --git a/machines/luna/configuration.nix b/machines/luna/configuration.nix index 9a7ab4c..f7f4031 100644 --- a/machines/luna/configuration.nix +++ b/machines/luna/configuration.nix @@ -55,6 +55,8 @@ environment.shells = with pkgs; [ zsh ]; + services.tailscale.enable = true; + users.users = { horseman = { initialPassword = "1234";