flake, inputs: remove stevenblack hosts
This commit is contained in:
parent
6763cdbedc
commit
946d971b0c
5 changed files with 1 additions and 37 deletions
21
flake.lock
21
flake.lock
|
@ -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",
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
{inputs, ...}: {
|
|
||||||
imports = [inputs.hosts.nixosModule];
|
|
||||||
|
|
||||||
networking.stevenBlackHosts = {
|
|
||||||
enable = true;
|
|
||||||
blockFakenews = true;
|
|
||||||
blockGambling = true;
|
|
||||||
blockPorn = true;
|
|
||||||
blockSocial = true;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue