wip myData
This commit is contained in:
parent
081e47dc91
commit
87c748146c
@ -8,4 +8,8 @@ This is an attempt to configure my NixOS servers with [krops][1]. Usage:
|
||||
|
||||
There is probably nothing to look at here.
|
||||
|
||||
Upcoming flakes:
|
||||
|
||||
$ nix build .#deploy.nodes.hel1-a.profiles.system.path
|
||||
|
||||
[1]: https://cgit.krebsco.de/krops/about/
|
||||
|
@ -15,6 +15,7 @@
|
||||
deploy-rs.inputs.utils.follows = "flake-utils";
|
||||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@ -22,7 +23,9 @@
|
||||
nixpkgs,
|
||||
deploy-rs,
|
||||
flake-utils,
|
||||
}:
|
||||
}: let
|
||||
myData = import ./data.nix;
|
||||
in
|
||||
{
|
||||
nixosConfigurations.hel1-a = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
Loading…
Reference in New Issue
Block a user