updated flake

This commit is contained in:
Jakub Kropáček 2024-12-18 20:23:38 +01:00
parent 19e569cbc8
commit ce0fcb23a4

View file

@ -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;
}; };