Turn off howdy

This commit is contained in:
Zuckerberg 2023-03-08 23:47:11 -07:00
parent b53f03bb7d
commit 8fb45a7ee5
3 changed files with 4 additions and 18 deletions

13
flake.lock generated
View File

@ -212,18 +212,6 @@
"type": "indirect"
}
},
"nixpkgs-patch-howdy": {
"flake": false,
"locked": {
"narHash": "sha256-qtpbPMo28li7Lx6W/4QyClCFlIQP8ssxX0dMGGBYAdo=",
"type": "file",
"url": "https://github.com/NixOS/nixpkgs/pull/216245.diff"
},
"original": {
"type": "file",
"url": "https://github.com/NixOS/nixpkgs/pull/216245.diff"
}
},
"radio": {
"inputs": {
"flake-utils": [
@ -274,7 +262,6 @@
"flake-utils": "flake-utils",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs",
"nixpkgs-patch-howdy": "nixpkgs-patch-howdy",
"radio": "radio",
"radio-web": "radio-web",
"simple-nixos-mailserver": "simple-nixos-mailserver"

View File

@ -1,8 +1,8 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/master";
nixpkgs-patch-howdy.url = "https://github.com/NixOS/nixpkgs/pull/216245.diff";
nixpkgs-patch-howdy.flake = false;
# nixpkgs-patch-howdy.url = "https://github.com/NixOS/nixpkgs/pull/216245.diff";
# nixpkgs-patch-howdy.flake = false;
flake-utils.url = "github:numtide/flake-utils";
@ -72,7 +72,7 @@
name = "nixpkgs-patched";
src = nixpkgs;
patches = [
inputs.nixpkgs-patch-howdy
# inputs.nixpkgs-patch-howdy
];
};
patchedNixpkgs = nixpkgs.lib.fix (self: (import "${patchedNixpkgsSrc}/flake.nix").outputs { self=nixpkgs; });

View File

@ -11,8 +11,7 @@
services.tor.enable = true;
services.tor.client.enable = true;
services.howdy.enable = true;
# services.linux-enable-ir-emitter.enable = true;
# services.howdy.enable = true;
hardware.openrazer.enable = true;
hardware.openrazer.users = [ "googlebot" ];