feat: add heimdall
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
1a53b3e5c8
commit
f0b06f9250
6 changed files with 569 additions and 12 deletions
10
flake.nix
10
flake.nix
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue