ssh, calendars

This commit is contained in:
Till 2026-01-20 00:16:33 +01:00
parent 55176fb9bc
commit 6a62e2f23f
3 changed files with 7 additions and 3 deletions

View file

@ -3,7 +3,7 @@
let let
myRemote = slug: { myRemote = slug: {
passwordCommand = [ "secret-tool" "lookup" "server" "kalender.ktiu.net" "account" "ktiu" ]; passwordCommand = [ "pass" "ktiu/radicale" ];
userName = "ktiu"; userName = "ktiu";
type = "caldav"; type = "caldav";
url = "https://kalender.ktiu.net/ktiu/${slug}"; url = "https://kalender.ktiu.net/ktiu/${slug}";
@ -127,7 +127,7 @@ in
remote = { remote = {
type = "caldav"; type = "caldav";
url = "https://cloud.gridisnotajournal.de/remote.php/dav/calendars/till/grid/"; url = "https://cloud.gridisnotajournal.de/remote.php/dav/calendars/till/grid/";
passwordCommand = [ "secret-tool" "lookup" "server" "cloud.gridisnotajournal.de" "account" "till" ]; passwordCommand = [ "pass" "grid/nextcloud" ];
userName = "till"; userName = "till";
}; };
}; };

View file

@ -4,6 +4,7 @@
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false;
matchBlocks = { matchBlocks = {

View file

@ -9,7 +9,10 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
networking.networkmanager.enable = true; networking.networkmanager = {
enable = true;
plugins = with pkgs; [ networkmanager-openvpn ];
};
i18n.extraLocaleSettings = { i18n.extraLocaleSettings = {
LC_TIME = "en_GB.UTF-8"; LC_TIME = "en_GB.UTF-8";