chore: flake update
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
withUWSM = true;
|
||||
};
|
||||
programs.fish.enable = true;
|
||||
programs.localsend.enable = true;
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [thunar-archive-plugin thunar-volman];
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
file = ../../secrets/ref-key.age;
|
||||
owner = "sascha.koenig";
|
||||
};
|
||||
elevenlabs-key = {
|
||||
file = ../../secrets/elevenlabs-key.age;
|
||||
owner = "sascha.koenig";
|
||||
};
|
||||
exa-key = {
|
||||
file = ../../secrets/exa-key.age;
|
||||
owner = "sascha.koenig";
|
||||
@@ -17,6 +21,10 @@
|
||||
file = ../../secrets/kestractl-env.age;
|
||||
owner = "sascha.koenig";
|
||||
};
|
||||
"sascha.koenig-secrets" = {
|
||||
file = ../../secrets/sascha.koenig-secrets.age;
|
||||
owner = "sascha.koenig";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# ./ad.nix
|
||||
./greetd.nix
|
||||
./mem0.nix
|
||||
./n8n.nix
|
||||
# ./n8n.nix
|
||||
./netbird.nix
|
||||
./printing.nix
|
||||
./sound.nix
|
||||
@@ -18,14 +18,14 @@
|
||||
printing.enable = true;
|
||||
gvfs.enable = true;
|
||||
gnome.gnome-keyring.enable = true;
|
||||
qdrant = {
|
||||
enable = true;
|
||||
settings = {
|
||||
service = {
|
||||
host = "0.0.0.0";
|
||||
};
|
||||
};
|
||||
};
|
||||
# qdrant = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# service = {
|
||||
# host = "0.0.0.0";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
upower.enable = true;
|
||||
avahi = {
|
||||
enable = true;
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
# withUWSM=true is set in programs.nix; start-hyprland handles this correctly
|
||||
hyprlandCmd = "${config.programs.hyprland.package}/bin/start-hyprland";
|
||||
in {
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
|
||||
settings = {
|
||||
default_session = {
|
||||
|
||||
Reference in New Issue
Block a user