41 Commits
Author SHA1 Message Date
Gitea Actions 37401377a7 Update flake.lock 2025-04-28 2026-09-21 02:46:07 +00:00
Gitea Actions 2536d9e55e Update flake.lock 2025-04-27 2026-09-21 02:46:07 +00:00
Gitea Actions fc9377a34a Update flake.lock 2025-04-26 2026-09-21 02:46:07 +00:00
Gitea Actions 1098e43b9d Update flake.lock 2025-04-25 2026-09-21 02:46:07 +00:00
Gitea Actions 6e81f19db5 Update flake.lock 2025-04-24 2026-09-21 02:46:07 +00:00
Gitea Actions 45b1568950 Update flake.lock 2025-04-23 2026-09-21 02:46:07 +00:00
Gitea Actions dbae7fe154 Update flake.lock 2025-04-22 2026-09-21 02:46:07 +00:00
Gitea Actions 4cd20d172a Update flake.lock 2025-04-21 2026-09-21 02:46:07 +00:00
Gitea Actions 305077a0eb Update flake.lock 2025-04-20 2026-09-21 02:46:07 +00:00
Gitea Actions 2997243d4b Update flake.lock 2025-04-19 2026-09-21 02:46:07 +00:00
Gitea Actions bc94109e4b Update flake.lock 2025-04-18 2026-09-21 02:46:07 +00:00
Gitea Actions 38ceaa8a27 Update flake.lock 2025-04-17 2026-09-21 02:46:07 +00:00
Gitea Actions cd95a95037 Update flake.lock 2025-04-16 2026-09-21 02:46:07 +00:00
Gitea Actions 2dcc44ae09 Update flake.lock 2025-04-15 2026-09-21 02:46:07 +00:00
Gitea Actions 38906891d9 Update flake.lock 2025-04-14 2026-09-21 02:46:07 +00:00
Gitea Actions 286fe8bbbe Update flake.lock 2025-04-13 2026-09-21 02:46:07 +00:00
Gitea Actions aad0b8844c Update flake.lock 2025-04-12 2026-09-21 02:46:07 +00:00
Gitea Actions 729ab0586e Update flake.lock 2025-04-11 2026-09-21 02:46:07 +00:00
Gitea Actions a96f334dc6 Update flake.lock 2025-04-10 2026-09-21 02:46:07 +00:00
Gitea Actions 94cbd77a07 Update flake.lock 2025-04-09 2026-09-21 02:46:07 +00:00
Gitea Actions 32ab48a127 Update flake.lock 2025-04-08 2026-09-21 02:46:07 +00:00
Gitea Actions 0bf525f993 Update flake.lock 2025-04-07 2026-09-21 02:46:07 +00:00
Gitea Actions 115c7fc7f6 Update flake.lock 2025-04-06 2026-09-21 02:46:07 +00:00
Gitea Actions bc1832121f Update flake.lock 2025-04-05 2026-09-21 02:46:07 +00:00
Gitea Actions 39890e7cc4 Update flake.lock 2025-04-04 2026-09-21 02:46:07 +00:00
Gitea Actions 1ffd03dd8e Update flake.lock 2025-04-03 2026-09-21 02:46:07 +00:00
Gitea Actions f89b871952 Update flake.lock 2025-04-02 2026-09-21 02:46:07 +00:00
Gitea Actions 334f3c67e1 Update flake.lock 2025-04-01 2026-09-21 02:46:07 +00:00
Gitea Actions fd1e631a2a Update flake.lock 2025-03-31 2026-09-21 02:46:07 +00:00
Gitea Actions 915dc605fa Update flake.lock 2025-03-30 2026-09-21 02:46:07 +00:00
Gitea Actions 73bb186ba2 Update flake.lock 2025-03-29 2026-09-21 02:46:07 +00:00
Gitea Actions fdc5208c9e Update flake.lock 2025-03-28 2026-09-21 02:46:07 +00:00
Gitea Actions dd3d3fbfcc Update flake.lock 2025-03-27 2026-09-21 02:46:07 +00:00
Gitea Actions 2c6ec8f4f7 Update flake.lock 2025-03-26 2026-09-21 02:46:07 +00:00
Gitea Actions 001f609e80 Update flake.lock 2025-03-25 2026-09-21 02:46:07 +00:00
Gitea Actions 05ea7b1d4c Update flake.lock 2025-03-24 2026-09-21 02:46:07 +00:00
Gitea Actions 350e7a49ce Update flake.lock 2025-03-23 2026-09-21 02:46:07 +00:00
julian 14a06588b6 flake: update 2026-09-20 10:31:01 +02:00
julian da3e3d5f1b kardorf: add ausweisapp 2026-09-20 10:30:53 +02:00
julian 5e08f131c7 Merge branch 'master' of https://gitlab.julian-mutter.de/julian/configfiles 2026-09-19 06:46:28 +02:00
julian 544f47abd0 Kardorf: activate syncthing 2026-09-19 06:46:14 +02:00
2 changed files with 742 additions and 157 deletions
Generated
+732 -157
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -36,6 +36,16 @@
# Not using the drivers leads to way better results # Not using the drivers leads to way better results
# services.xserver.videoDrivers = [ "nvidia" ]; # services.xserver.videoDrivers = [ "nvidia" ];
programs.ausweisapp.enable = true;
programs.ausweisapp.openFirewall = true; # for pairing with smartphone
modules = {
syncthing = {
enable = true;
overrideSettings = false;
};
};
networking.networkmanager.insertNameservers = ["192.168.3.252"]; networking.networkmanager.insertNameservers = ["192.168.3.252"];
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;