diff --git a/configuration.nix b/configuration.nix index a5c9f92..c3a7dc1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,25 +58,6 @@ ''; }; - systemd.services.opencode-tailnet = { - description = "Expose OpenCode on the tailnet"; - after = [ "network-online.target" "tailscaled.service" "tailscale-set-operator.service" ]; - wants = [ "network-online.target" ]; - requires = [ "tailscaled.service" "tailscale-set-operator.service" ]; - wantedBy = [ "multi-user.target" ]; - serviceConfig = { - Type = "simple"; - User = "jet"; - Restart = "always"; - RestartSec = 5; - ExecStartPre = [ - "${pkgs.tailscale}/bin/tailscale serve --bg 4096" - ]; - ExecStart = "${config.users.users.jet.home}/.nix-profile/bin/opencode serve --hostname 127.0.0.1 --port 4096"; - WorkingDirectory = config.users.users.jet.home; - }; - }; - time.timeZone = "America/Los_Angeles"; i18n.defaultLocale = "en_US.UTF-8"; diff --git a/flake.lock b/flake.lock index 11d1027..e88c008 100644 --- a/flake.lock +++ b/flake.lock @@ -21,24 +21,6 @@ "type": "github" } }, - "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -46,11 +28,11 @@ ] }, "locked": { - "lastModified": 1776983249, - "narHash": "sha256-+pk4p17ycwdZZRXlsTKl6L70v9uxQ+JEboguTwokyqA=", + "lastModified": 1776891022, + "narHash": "sha256-vEe2f4NEhMvaNDpM1pla4hteaIIGQyAMKUfIBPLasr0=", "owner": "nix-community", "repo": "home-manager", - "rev": "5a9efa93c586f79e80b0ad7d8036c450f53c3d1d", + "rev": "508daf831ab8d1b143d908239c39a7d8d39561b2", "type": "github" }, "original": { @@ -102,11 +84,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1776983936, - "narHash": "sha256-ZOQyNqSvJ8UdrrqU1p7vaFcdL53idK+LOM8oRWEWh6o=", + "lastModified": 1776830795, + "narHash": "sha256-PAfvLwuHc1VOvsLcpk6+HDKgMEibvZjCNvbM1BJOA7o=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "2096f3f411ce46e88a79ae4eafcfc9df8ed41c61", + "rev": "72674a6b5599e844c045ae7449ba91f803d44ebc", "type": "github" }, "original": { @@ -139,11 +121,11 @@ ] }, "locked": { - "lastModified": 1776983092, - "narHash": "sha256-xhwBe62JJ7vKxTD05RRXHZBdavKUwxX7s/Y8rWUsfHo=", + "lastModified": 1776893492, + "narHash": "sha256-V4r/mdAFHe6fRiu3D+3+UdclSH7LJoHfv+4Y1YNawK0=", "owner": "nix-community", "repo": "NUR", - "rev": "3b1263dc833a9f1dd32ee04853f69477af78b2f1", + "rev": "0aa8e8fc21887cc34a4c0e3816f08b56795f52ca", "type": "github" }, "original": { @@ -159,46 +141,9 @@ "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", "nur": "nur", - "t3code": "t3code", "zen-browser": "zen-browser" } }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "t3code": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1776969145, - "narHash": "sha256-MY0lwul1fA1jI/Ka9EuaHBOA9Da1Q+PCHP7p2dYWNx0=", - "owner": "Sawrz", - "repo": "t3code-nix", - "rev": "967c9a5c10a7bae21063a127cdb4131af684e734", - "type": "github" - }, - "original": { - "owner": "Sawrz", - "repo": "t3code-nix", - "type": "github" - } - }, "zen-browser": { "inputs": { "home-manager": "home-manager_2", @@ -207,11 +152,11 @@ ] }, "locked": { - "lastModified": 1776980848, - "narHash": "sha256-4RFnPmXtyJIKdHgVvnN6TAX091W7LDKssYBbVkfbWWw=", + "lastModified": 1776844129, + "narHash": "sha256-DaYSEBVzTvUhTuoVe70NHphoq5JKUHqUhlNlN5XnTuU=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "2efc029734e4813003a9f885d6b27563b7b6b046", + "rev": "90706e6ab801e4fb7bc53343db67583631936192", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 98bceb1..066f5ad 100644 --- a/flake.nix +++ b/flake.nix @@ -18,10 +18,6 @@ url = "github:nix-community/NUR"; inputs.nixpkgs.follows = "nixpkgs"; }; - t3code = { - url = "github:Sawrz/t3code-nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; outputs = @@ -51,7 +47,6 @@ { nixpkgs.overlays = [ inputs.nur.overlays.default - inputs.t3code.overlays.default ]; } ]; diff --git a/home.nix b/home.nix index 77971f9..6739231 100644 --- a/home.nix +++ b/home.nix @@ -367,7 +367,6 @@ in bat bun claude-code - codex ffmpeg-full wrappedOpencode skills @@ -412,7 +411,6 @@ in qbittorrent-enhanced signal-desktop slack - t3code tor-browser vesktop vlc @@ -720,7 +718,6 @@ in isDefault = true; settings = { "identity.fxaccounts.enabled" = false; - "ui.prefersReducedMotion" = 1; }; extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [ ublock-origin