add fuser and ausweisapp

This commit is contained in:
MFlossmann 2024-08-22 17:27:42 +02:00
parent 0602a0a4bc
commit 551178b73a
3 changed files with 10 additions and 0 deletions

View file

@ -37,6 +37,8 @@
services.syncthing.enable = true;
ausweisapp.enable = true;
home-users = {
"prunebutt" = {
userConfig = ./home.nix;

View file

@ -16,5 +16,7 @@
libgcc
tmux
psmisc # for fuser, killall and pstree
];
}

View file

@ -0,0 +1,6 @@
_:{
programs.ausweisapp = {
enable = true;
openFirewall = true;
};
}