Add new machine Sheol.

This commit is contained in:
Kevin Baensch 2024-11-15 21:58:10 +01:00
parent 4da68279f4
commit 0b1b8b6acb
Signed by: derped
GPG key ID: C0F1D326C7626543
9 changed files with 246 additions and 0 deletions

View file

@ -5,6 +5,8 @@
nixpkgs-stable.url = "github:/NixOS/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:/NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:/NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
impermanence.url = "github:nix-community/impermanence";
alejandra = {
url = "github:kamadorueda/alejandra/3.0.0";
inputs.nixpkgs.follows = "nixpkgs";