Undo nginx and add sub-merge
This commit is contained in:
@@ -8,25 +8,24 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
vpnconfinement = {
|
||||
url = "github:Maroka-chan/VPN-Confinement";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
};
|
||||
vpnconfinement.url = "github:Maroka-chan/VPN-Confinement";
|
||||
vpnconfinement.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
sub-merge.url = "github:rasmus-kirk/sub-merge";
|
||||
sub-merge.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# Flake stuff
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
|
||||
flake-root.url = "github:srid/flake-root";
|
||||
|
||||
devshell = {
|
||||
url = "github:numtide/devshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
treefmt-nix = {
|
||||
url = "github:numtide/treefmt-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
devshell.url = "github:numtide/devshell";
|
||||
devshell.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = inputs @ {
|
||||
@@ -50,6 +49,7 @@
|
||||
nixosModules = rec {
|
||||
nixarr = import ./nixarr vpnconfinement;
|
||||
imports = [ vpnconfinement.nixosModules.default ];
|
||||
specialArgs = { inherit inputs; };
|
||||
default = nixarr;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user