+qdrant +wireguard

This commit is contained in:
m3tam3re
2024-11-14 12:17:43 +01:00
parent ff3d1735c0
commit 0ebf64e7ee
17 changed files with 210 additions and 23 deletions

View File

@ -20,6 +20,8 @@
nixpkgs-b69de56.url = "github:nixos/nixpkgs/b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221";
nixpkgs-master.url = "github:nixos/nixpkgs/master";
agenix.url = "github:ryantm/agenix";
hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
dotfiles = {
@ -30,6 +32,7 @@
outputs = {
self,
agenix,
dotfiles,
home-manager,
nixpkgs,
@ -55,7 +58,10 @@
inherit inputs outputs;
hostname = "m3-kratos";
};
modules = [./hosts/m3-kratos];
modules = [
./hosts/m3-kratos
agenix.nixosModules.default
];
};
};
homeConfigurations = {