flake, inputs: remove stevenblack hosts

This commit is contained in:
Guanran Wang 2023-11-20 03:39:14 +08:00
parent 6763cdbedc
commit 946d971b0c
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
5 changed files with 1 additions and 37 deletions

View file

@ -182,26 +182,6 @@
"type": "github" "type": "github"
} }
}, },
"hosts": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1699912377,
"narHash": "sha256-IOGZaaOr1H4YKDVHFe8ibPqGinNk7CRr+sw0b4jUF+8=",
"owner": "StevenBlack",
"repo": "hosts",
"rev": "3512f10a51a79383166c4411e3587fc98642ea51",
"type": "github"
},
"original": {
"owner": "StevenBlack",
"repo": "hosts",
"type": "github"
}
},
"hyprland": { "hyprland": {
"inputs": { "inputs": {
"hyprland-protocols": [ "hyprland-protocols": [
@ -520,7 +500,6 @@
"gitignore": "gitignore", "gitignore": "gitignore",
"hercules-ci-effects": "hercules-ci-effects", "hercules-ci-effects": "hercules-ci-effects",
"home-manager": "home-manager", "home-manager": "home-manager",
"hosts": "hosts",
"hyprland": "hyprland", "hyprland": "hyprland",
"hyprland-plugins": "hyprland-plugins", "hyprland-plugins": "hyprland-plugins",
"hyprland-protocols": "hyprland-protocols", "hyprland-protocols": "hyprland-protocols",

View file

@ -21,10 +21,6 @@
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hosts = {
url = "github:StevenBlack/hosts";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = { hyprland = {
url = "github:hyprwm/Hyprland"; url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

@ -1,11 +0,0 @@
{inputs, ...}: {
imports = [inputs.hosts.nixosModule];
networking.stevenBlackHosts = {
enable = true;
blockFakenews = true;
blockGambling = true;
blockPorn = true;
blockSocial = true;
};
}

View file

@ -8,4 +8,5 @@
boot.kernelPackages = pkgs.linuxPackages_zen; boot.kernelPackages = pkgs.linuxPackages_zen;
boot.plymouth.enable = true; boot.plymouth.enable = true;
networking.stevenblack.enable = true;
} }

View file

@ -30,7 +30,6 @@
### Flakes ### Flakes
imports = [ imports = [
../../../../../nixos/flake-modules/sops-nix.nix ../../../../../nixos/flake-modules/sops-nix.nix
../../../../../nixos/flake-modules/hosts.nix
]; ];
### sops-nix ### sops-nix