add fuser and ausweisapp
This commit is contained in:
parent
0602a0a4bc
commit
551178b73a
3 changed files with 10 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
||||||
|
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
|
|
||||||
|
ausweisapp.enable = true;
|
||||||
|
|
||||||
home-users = {
|
home-users = {
|
||||||
"prunebutt" = {
|
"prunebutt" = {
|
||||||
userConfig = ./home.nix;
|
userConfig = ./home.nix;
|
||||||
|
|
|
||||||
|
|
@ -16,5 +16,7 @@
|
||||||
libgcc
|
libgcc
|
||||||
|
|
||||||
tmux
|
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