44 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
julian af20072513 flake: update 2026-08-30 18:16:36 +02:00
julian 8759d71e1f aspi: add vortix 2026-08-30 18:16:29 +02:00
julian 3cc888b2a3 aspi: add ausweisapp 2026-08-30 18:16:13 +02:00
5 changed files with 840 additions and 170 deletions
Generated
+815 -169
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -25,6 +25,11 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
vortix = {
url = "github:Harry-kp/vortix";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-26.05"; url = "github:nix-community/home-manager/release-26.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@@ -1,10 +1,16 @@
{pkgs, ...}: { {
pkgs,
inputs,
...
}: {
programs.opencode = { programs.opencode = {
enable = true; enable = true;
package = pkgs.unstable.opencode; package = pkgs.unstable.opencode;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
inputs.vortix.packages.${pkgs.system}.default # tui for wireguard
worktrunk # interface for git worktrees worktrunk # interface for git worktrees
watchexec # Run command when any file in current dir changes watchexec # Run command when any file in current dir changes
+3
View File
@@ -32,6 +32,9 @@
# networking.firewall.checkReversePath = false; # Makes wg interface with all ips work # networking.firewall.checkReversePath = false; # Makes wg interface with all ips work
programs.ausweisapp.enable = true;
programs.ausweisapp.openFirewall = true; # for pairing with smartphone
modules = { modules = {
syncthing = { syncthing = {
enable = true; enable = true;
+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;