chore: flake update
This commit is contained in:
@@ -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