parent
0d91987d59
commit
f9256738a4
5 changed files with 7 additions and 7 deletions
|
@ -469,7 +469,7 @@ let
|
||||||
configuration = pkgs.writeText "config.yml" (builtins.toJSON json);
|
configuration = pkgs.writeText "config.yml" (builtins.toJSON json);
|
||||||
in
|
in
|
||||||
pkgs.writers.writeBashBin name ''
|
pkgs.writers.writeBashBin name ''
|
||||||
${pkgs.wtf}/bin/wtfutil --config=${toString configuration}
|
${pkgs.wtfutil}/bin/wtfutil --config=${toString configuration}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
in
|
in
|
||||||
|
@ -484,7 +484,7 @@ in
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.wtf
|
pkgs.wtfutil
|
||||||
(createDashboard {
|
(createDashboard {
|
||||||
json = qJson;
|
json = qJson;
|
||||||
name = "q";
|
name = "q";
|
||||||
|
|
|
@ -26,7 +26,6 @@ with lib;
|
||||||
pkgs.yubikey-personalization
|
pkgs.yubikey-personalization
|
||||||
pkgs.yubikey-personalization-gui
|
pkgs.yubikey-personalization-gui
|
||||||
pkgs.yubikey-manager
|
pkgs.yubikey-manager
|
||||||
pkgs.yubikey-manager-qt
|
|
||||||
|
|
||||||
# for `gpg --export $keyid | hokey lint` to check keys
|
# for `gpg --export $keyid | hokey lint` to check keys
|
||||||
#pkgs.haskellPackages.hopenpgp-tools
|
#pkgs.haskellPackages.hopenpgp-tools
|
||||||
|
|
|
@ -264,12 +264,12 @@
|
||||||
documentation.nixos.extraModules = [
|
documentation.nixos.extraModules = [
|
||||||
./components
|
./components
|
||||||
./features
|
./features
|
||||||
#./modules
|
./modules
|
||||||
clan-core.nixosModules.clanCore
|
|
||||||
telemetry.nixosModules.telemetry
|
|
||||||
{
|
{
|
||||||
|
# clan fixes
|
||||||
clan.core.settings.directory = ./.; # fixes issues with clanCore https://git.clan.lol/clan/clan-core/issues/1979
|
clan.core.settings.directory = ./.; # fixes issues with clanCore https://git.clan.lol/clan/clan-core/issues/1979
|
||||||
}
|
}
|
||||||
|
telemetry.nixosModules.telemetry
|
||||||
# inputs.stylix.nixosModules.stylix # fixme: not working
|
# inputs.stylix.nixosModules.stylix # fixme: not working
|
||||||
permown.nixosModules.permown
|
permown.nixosModules.permown
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|
|
@ -12,7 +12,7 @@ with lib;
|
||||||
programs.obs-studio.enable = false;
|
programs.obs-studio.enable = false;
|
||||||
home.packages = [
|
home.packages = [
|
||||||
emoji-picker
|
emoji-picker
|
||||||
signal-desktop
|
signal-desktop-bin
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,6 +15,7 @@ in
|
||||||
WASTEBIN_ADDRESS_PORT = "127.0.0.1:${toString port}";
|
WASTEBIN_ADDRESS_PORT = "127.0.0.1:${toString port}";
|
||||||
WASTEBIN_TITLE = "paste.ingolf-wagner.de";
|
WASTEBIN_TITLE = "paste.ingolf-wagner.de";
|
||||||
WASTEBIN_MAX_PASTE_EXPIRATION = 60 * 60 * 24 * 30;
|
WASTEBIN_MAX_PASTE_EXPIRATION = 60 * 60 * 24 * 30;
|
||||||
|
WASTEBIN_MAX_BODY_SIZE = 1024 * 128;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue