diff --git a/flake.lock b/flake.lock index b030d1acdd53c0c2a45c47f87554376d79c6ea0a..a6fc1fd2bbcd50e6e8080f8369c5df4b7d1f1b29 100644 --- a/flake.lock +++ b/flake.lock @@ -107,27 +107,6 @@ "url": "https://git.jolheiser.com/cfg.git" } }, "nixpkgs": [ -{ - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1729196682, - "narHash": "sha256-hLbpRWxw12/mqapicSSq1wxvNFfEKwEiXhzykpXWUDI=", - "ref": "refs/heads/main", - "rev": "63c7a6886570f332ebb187e5a5580302603b4c4e", - "revCount": 6, - "type": "git", - "url": "https://git.jolheiser.com/cfg-playground.git" - }, - "original": { - "type": "git", - "url": "https://git.jolheiser.com/cfg-playground.git" - } - }, - "nixpkgs": [ ] "flake": false, "locked": { @@ -676,7 +655,6 @@ "agenix": "agenix", "bennet": "bennet", "blog": "blog", "cfg": "cfg", - "cfg-playground": "cfg-playground", "flake-utils": "flake-utils", "foundry": "foundry", "ghostty": "ghostty", diff --git a/flake.nix b/flake.nix index 63a03b639553b6bd933e318530f4de1b18cd4a6a..68a6cc1e8c05db35f829d998f0f7d437271d896f 100644 --- a/flake.nix +++ b/flake.nix @@ -73,11 +73,6 @@ url = "git+https://git.jolheiser.com/cfg.git"; inputs.nixpkgs.follows = "nixpkgs"; }; inputs = { - description = "jolheiser's nixos config"; - url = "git+https://git.jolheiser.com/cfg-playground.git"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - inputs = { inputs = { url = "git+https://git.jolheiser.com/ugit.git"; inputs.nixpkgs.follows = "nixpkgs"; @@ -247,7 +242,6 @@ inputs.git-pr.nixosModules.default inputs.actual.nixosModules.default inputs.tsnet-serve.nixosModules.default inputs.foundry.nixosModules.foundryvtt - inputs.cfg-playground.nixosModules.default ./modules/tclip ./machines/dragonwell ]; diff --git a/machines/dragonwell/cfg.nix b/machines/dragonwell/cfg.nix deleted file mode 100644 index 9e87a2de2abf80a251a0dc373da6643335dd1c26..0000000000000000000000000000000000000000 --- a/machines/dragonwell/cfg.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - services.cfg-playground = { - enable = true; - verbose = true; - auth-key = "tskey-auth-ksTZtpeU1i11CNTRL-HmmWuAFifG3xxy8UDr1yG3UdjiYJ3mtGe"; # One-time key - }; -} diff --git a/machines/dragonwell/default.nix b/machines/dragonwell/default.nix index 128b00de87787308cf3c6818423472f3e10e3177..bde6f2213be1d8d96fdfb557ed34ad2ba7b01f59 100644 --- a/machines/dragonwell/default.nix +++ b/machines/dragonwell/default.nix @@ -6,7 +6,6 @@ { imports = [ ./actual.nix ./caddy.nix - ./cfg.nix ./dex.nix ./foundry.nix ./git-pr.nix