+qdrant +wireguard
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user