Compare commits

..

No commits in common. "fcb544dfa30c5b337fad0fbd307122ac07aef0f0" and "74dd2392c901a93546f13766ed2727f4850a2194" have entirely different histories.

4 changed files with 12 additions and 94 deletions

View file

@ -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"; time.timeZone = "America/Los_Angeles";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";

79
flake.lock generated
View file

@ -21,24 +21,6 @@
"type": "github" "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": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -46,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1776983249, "lastModified": 1776891022,
"narHash": "sha256-+pk4p17ycwdZZRXlsTKl6L70v9uxQ+JEboguTwokyqA=", "narHash": "sha256-vEe2f4NEhMvaNDpM1pla4hteaIIGQyAMKUfIBPLasr0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "5a9efa93c586f79e80b0ad7d8036c450f53c3d1d", "rev": "508daf831ab8d1b143d908239c39a7d8d39561b2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -102,11 +84,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1776983936, "lastModified": 1776830795,
"narHash": "sha256-ZOQyNqSvJ8UdrrqU1p7vaFcdL53idK+LOM8oRWEWh6o=", "narHash": "sha256-PAfvLwuHc1VOvsLcpk6+HDKgMEibvZjCNvbM1BJOA7o=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "2096f3f411ce46e88a79ae4eafcfc9df8ed41c61", "rev": "72674a6b5599e844c045ae7449ba91f803d44ebc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -139,11 +121,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1776983092, "lastModified": 1776893492,
"narHash": "sha256-xhwBe62JJ7vKxTD05RRXHZBdavKUwxX7s/Y8rWUsfHo=", "narHash": "sha256-V4r/mdAFHe6fRiu3D+3+UdclSH7LJoHfv+4Y1YNawK0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "3b1263dc833a9f1dd32ee04853f69477af78b2f1", "rev": "0aa8e8fc21887cc34a4c0e3816f08b56795f52ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -159,46 +141,9 @@
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nur": "nur", "nur": "nur",
"t3code": "t3code",
"zen-browser": "zen-browser" "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": { "zen-browser": {
"inputs": { "inputs": {
"home-manager": "home-manager_2", "home-manager": "home-manager_2",
@ -207,11 +152,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1776980848, "lastModified": 1776844129,
"narHash": "sha256-4RFnPmXtyJIKdHgVvnN6TAX091W7LDKssYBbVkfbWWw=", "narHash": "sha256-DaYSEBVzTvUhTuoVe70NHphoq5JKUHqUhlNlN5XnTuU=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "2efc029734e4813003a9f885d6b27563b7b6b046", "rev": "90706e6ab801e4fb7bc53343db67583631936192",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -18,10 +18,6 @@
url = "github:nix-community/NUR"; url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
t3code = {
url = "github:Sawrz/t3code-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = outputs =
@ -51,7 +47,6 @@
{ {
nixpkgs.overlays = [ nixpkgs.overlays = [
inputs.nur.overlays.default inputs.nur.overlays.default
inputs.t3code.overlays.default
]; ];
} }
]; ];

View file

@ -367,7 +367,6 @@ in
bat bat
bun bun
claude-code claude-code
codex
ffmpeg-full ffmpeg-full
wrappedOpencode wrappedOpencode
skills skills
@ -412,7 +411,6 @@ in
qbittorrent-enhanced qbittorrent-enhanced
signal-desktop signal-desktop
slack slack
t3code
tor-browser tor-browser
vesktop vesktop
vlc vlc
@ -720,7 +718,6 @@ in
isDefault = true; isDefault = true;
settings = { settings = {
"identity.fxaccounts.enabled" = false; "identity.fxaccounts.enabled" = false;
"ui.prefersReducedMotion" = 1;
}; };
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [ extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin ublock-origin