updated flake
This commit is contained in:
parent
19e569cbc8
commit
ce0fcb23a4
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
description = "KropCloud system flakes";
|
description = "KropCloud system flakes";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||||
|
|
||||||
disko = {
|
disko = {
|
||||||
url = "github:nix-community/disko";
|
url = "github:nix-community/disko";
|
||||||
|
@ -18,6 +18,7 @@
|
||||||
{
|
{
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
gateway = kclib.mkHost "gateway" "x86_64-linux";
|
gateway = kclib.mkHost "gateway" "x86_64-linux";
|
||||||
|
entrypoint = kclib.mkHost "entrypoint" "x86_64-linux";
|
||||||
};
|
};
|
||||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
|
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue