🗑️ cleanup

This commit is contained in:
Ingolf Wagner 2025-04-29 11:48:42 +02:00
parent e4714f25f5
commit a8013b1818
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -26,30 +26,10 @@
];
#clan.core.facts.services =
# let
# promptKey = key:
# {
# ${key} = {
# secret."${key}" = { };
# generator = {
# prompt = key;
# path = with pkgs; [ gnused ];
# script = ''
# echo "$prompt_value" | sed -n '1 p' > $secrets/${key}
# '';
# };
# };
# };
# in
# (promptKey "pushover.user_key") //
# (promptKey "pushover.api_key");
components.virtualisation.enable = true;
components.virtualisation.qemu.enable = false;
components.gui.enable = true;
#components.gui.audio.enable = false;
components.mainUser.enable = true;
components.media.enable = true;
components.media.tts-client.enable = false;
@ -137,21 +117,6 @@
};
};
# security.wrappers = {
# pmount = {
# source = "${pkgs.pmount}/bin/pmount";
# setuid = true;
# owner = "root";
# group = "root";
# };
# pumount = {
# source = "${pkgs.pmount}/bin/pumount";
# setuid = true;
# owner = "root";
# group = "root";
# };
# };
services.printing.enable = true;
# for congress and streaming