fuck zapret
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
url = "git+https://git.lix.systems/lix-project/nixos-module";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
zapret.url = "github:n0vvvonder/zapret-flake.nix";
|
||||
zapret-discord-youtube.url = "github:kartavkun/zapret-discord-youtube";
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs-unstable, impermanence, home-manager, zapret, nixpkgs-stable, hm-stable, lix-module, asus-numberpad-driver, chaotic, ...}@inputs: {
|
||||
outputs = { self, nixpkgs-unstable, impermanence, home-manager, nixpkgs-stable, hm-stable, lix-module, asus-numberpad-driver, chaotic, zapret-discord-youtube, ...}@inputs: {
|
||||
nixosConfigurations = {
|
||||
Ratchet = nixpkgs-unstable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
@@ -98,6 +98,13 @@
|
||||
];
|
||||
};
|
||||
}
|
||||
zapret-discord-youtube.nixosModules.default {
|
||||
services.zapret-discord-youtube = {
|
||||
enable = true;
|
||||
config = "general(ALT2)"; # Или любой конфиг из папки configs (general, general(ALT), general (SIMPLE FAKE) и т.д.)
|
||||
firewallType = "iptables";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
Qwark = nixpkgs-stable.lib.nixosSystem {
|
||||
|
||||
Reference in New Issue
Block a user