set gladtherescake.eu mail options for proton migration and add some firefox bookmarks
This commit is contained in:
parent
158c5170ee
commit
46e3af4b06
|
@ -26,9 +26,31 @@
|
||||||
};
|
};
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
{
|
{
|
||||||
name = "estrogen production";
|
name = "DIY HRT";
|
||||||
tags = ["chemistry" "oestrogen" "estrogen" "diy"];
|
toolbar = false;
|
||||||
url = "https://crimethinc.com/2022/12/15/producing-transdermal-estrogen-a-do-it-yourself-guide";
|
bookmarks = [
|
||||||
|
{
|
||||||
|
name = "estrogen production";
|
||||||
|
tags = ["chemistry" "oestrogen" "estrogen" "diy"];
|
||||||
|
url = "https://crimethinc.com/2022/12/15/producing-transdermal-estrogen-a-do-it-yourself-guide";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "DIY HRT info";
|
||||||
|
tags = ["guides" "wiki" "information" "DIY" "HRT" "estrogen" "testosterone"];
|
||||||
|
url = "https://diyhrt.info/";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "repair resources";
|
||||||
|
toolbar = false;
|
||||||
|
bookmarks = [
|
||||||
|
{
|
||||||
|
name = "manuals library";
|
||||||
|
tags = ["repair" "manuals" "documentation"];
|
||||||
|
url = "https://manualslib.com/";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Nix sites";
|
name = "Nix sites";
|
||||||
|
|
|
@ -19,5 +19,5 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,5 +27,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,5 +19,5 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,5 +18,5 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,5 +35,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,5 +106,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -200,6 +200,7 @@
|
||||||
boot = {
|
boot = {
|
||||||
# tss group has access to TPM devices
|
# tss group has access to TPM devices
|
||||||
bootspec.enable = true;
|
bootspec.enable = true;
|
||||||
|
binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
#boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
#boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
||||||
#boot.supportedFilesystems = ["bcachefs"];
|
#boot.supportedFilesystems = ["bcachefs"];
|
||||||
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out];
|
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback.out];
|
||||||
|
|
|
@ -47,5 +47,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,7 +88,6 @@
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
binfmt.emulatedSystems = ["aarch64-linux"];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# boot.lanzaboote = {
|
# boot.lanzaboote = {
|
||||||
|
@ -99,5 +98,5 @@
|
||||||
users.users.lillian.extraGroups = ["gamemode"];
|
users.users.lillian.extraGroups = ["gamemode"];
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -194,5 +194,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -250,5 +250,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,13 +18,13 @@
|
||||||
url = "http://localhost:${toString config.services.prometheus.port}";
|
url = "http://localhost:${toString config.services.prometheus.port}";
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
}
|
}
|
||||||
# {
|
{
|
||||||
# name = "Loki";
|
name = "Loki";
|
||||||
# type = "loki";
|
type = "loki";
|
||||||
# access = "proxy";
|
access = "proxy";
|
||||||
# url = "http://localhost:${config.services.loki.port}";
|
url = "http://localhost:3100";
|
||||||
# isDefault = true;
|
isDefault = true;
|
||||||
# }
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{...}: {
|
{config, ...}: {
|
||||||
services.prometheus = {
|
services.prometheus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 9001;
|
port = 9001;
|
||||||
|
@ -16,19 +16,19 @@
|
||||||
job_name = "GrafanaService system";
|
job_name = "GrafanaService system";
|
||||||
static_configs = [
|
static_configs = [
|
||||||
{
|
{
|
||||||
targets = ["127.0.0.1:9002"];
|
targets = ["127.0.0.1:${toString config.services.prometheus.exporters.node.port}"];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
# Scrape the Loki service
|
# Scrape the Loki service
|
||||||
# {
|
{
|
||||||
# job_name = "Loki service";
|
job_name = "Loki service";
|
||||||
# static_configs = [
|
static_configs = [
|
||||||
# {
|
{
|
||||||
# targets = ["127.0.0.1:3100"];
|
targets = ["127.0.0.1:3100"];
|
||||||
# }
|
}
|
||||||
# ];
|
];
|
||||||
# }
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,11 +14,21 @@
|
||||||
"nextcloud.gladtherescake.eu"
|
"nextcloud.gladtherescake.eu"
|
||||||
"akkoma.gladtherescake.eu"
|
"akkoma.gladtherescake.eu"
|
||||||
"social.gladtherescake.eu"
|
"social.gladtherescake.eu"
|
||||||
|
"gladtherescake.eu"
|
||||||
"lillianviolet.dev"
|
"lillianviolet.dev"
|
||||||
"git.lillianviolet.dev"
|
"git.lillianviolet.dev"
|
||||||
];
|
];
|
||||||
|
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
|
"me@gladtherescake.eu" = {
|
||||||
|
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
||||||
|
aliases = [
|
||||||
|
"@gladtherescake.eu"
|
||||||
|
];
|
||||||
|
catchAll = [
|
||||||
|
"gladtherescake.eu"
|
||||||
|
];
|
||||||
|
};
|
||||||
"no-reply@nextcloud.gladtherescake.eu" = {
|
"no-reply@nextcloud.gladtherescake.eu" = {
|
||||||
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
hashedPasswordFile = config.sops.secrets."mailpass".path;
|
||||||
};
|
};
|
||||||
|
@ -81,6 +91,7 @@
|
||||||
"mail.lillianviolet.dev"
|
"mail.lillianviolet.dev"
|
||||||
"pop3.lillianviolet.dev"
|
"pop3.lillianviolet.dev"
|
||||||
"lillianviolet.dev"
|
"lillianviolet.dev"
|
||||||
|
"gladtherescake.eu"
|
||||||
"mail.gladtherescake.eu"
|
"mail.gladtherescake.eu"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue