feat: add heimdall

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-18 13:40:53 +02:00
parent 1a53b3e5c8
commit f0b06f9250
Signed by: lander
GPG key ID: 0142722B4B0C536F
6 changed files with 569 additions and 12 deletions

View file

@ -23,6 +23,9 @@
home-manager.url = "github:nix-community/home-manager/release-25.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# nixos-wsl
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
# neovim
nixvim.url = "git+https://git.escapeangle.com/lander/nixvim.git";
@ -106,6 +109,13 @@
./hosts/widar
];
};
heimdall = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs outputs; };
modules = [
./hosts/heimdall
];
};
# servers
db-01 = nixpkgs.lib.nixosSystem {