add fuser and ausweisapp
This commit is contained in:
parent
0602a0a4bc
commit
551178b73a
3 changed files with 10 additions and 0 deletions
|
|
@ -16,5 +16,7 @@
|
|||
libgcc
|
||||
|
||||
tmux
|
||||
|
||||
psmisc # for fuser, killall and pstree
|
||||
];
|
||||
}
|
||||
|
|
|
|||
6
modules/nixOS/features/ausweisapp.nix
Normal file
6
modules/nixOS/features/ausweisapp.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
_:{
|
||||
programs.ausweisapp = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue