Formatting
parent
5c9eabcebd
commit
f8cbde73b1
14
flake.nix
14
flake.nix
|
@ -15,10 +15,15 @@
|
|||
# nixpkgs.follows = "emanote/nixpkgs";
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, emanote, ... }:
|
||||
outputs =
|
||||
inputs@{
|
||||
self,
|
||||
nixpkgs,
|
||||
emanote,
|
||||
...
|
||||
}:
|
||||
{
|
||||
nixosConfigurations.linode-nixos =
|
||||
nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations.linode-nixos = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs emanote; };
|
||||
modules = [
|
||||
./server-config/configuration.nix
|
||||
|
@ -29,7 +34,8 @@
|
|||
|
||||
hydraJobs = {
|
||||
inherit (self)
|
||||
nixosConfigurations;
|
||||
nixosConfigurations
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue