Replace nix-serve usage with nix-serve-ng
This commit is contained in:
10
flake.nix
10
flake.nix
@ -1,11 +1,18 @@
|
||||
{
|
||||
description = "eve-psr-nix0 - Home Server";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.darwin.follows = "";
|
||||
};
|
||||
nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
nix-serve-ng = {
|
||||
url = github:aristanetworks/nix-serve-ng;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, agenix, ... }@attrs:
|
||||
@ -28,6 +35,7 @@
|
||||
|
||||
imports = [
|
||||
agenix.nixosModules.default
|
||||
nix-serve-ng.nixosModules.default
|
||||
|
||||
./application/containers.nix
|
||||
./application/nginx.nix
|
||||
|
Reference in New Issue
Block a user