add kidney machine config

This commit is contained in:
xunuwu 2024-08-22 18:16:47 +02:00
parent 82bed310d8
commit 95d1f5adbe
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
6 changed files with 131 additions and 21 deletions

View file

@ -34,7 +34,7 @@
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/f97145f837de6d635b7d6da9a9d5d42e323f8050"; # TODO: switch back to nixos-unstable ASAP
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
hardware.url = "github:nixos/nixos-hardware";
@ -44,6 +44,7 @@
sops-nix.url = "github:Mic92/sops-nix";
nix-index-database.url = "github:Mic92/nix-index-database";
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
## deduplication
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";