🗑️ cleanup
This commit is contained in:
parent
e4714f25f5
commit
a8013b1818
1 changed files with 0 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue