nginx flake

This commit is contained in:
Rolf Martin Glomsrud 2025-02-12 22:03:11 +01:00
parent 3bdd96bc6d
commit 0d5ac1c243
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1739206421,
"narHash": "sha256-PwQASeL2cGVmrtQYlrBur0U20Xy07uSWVnFup2PHnDs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "44534bc021b85c8d78e465021e21f33b856e2540",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View file

@ -14,6 +14,7 @@
# Import the previous configuration.nix we used,
# so the old configuration file still takes effect
./configuration.nix
./nginx.nix
];
};
};