mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
updates
This commit is contained in:
parent
28526d5db2
commit
efe00fc184
9 changed files with 55 additions and 39 deletions
|
@ -37,6 +37,7 @@
|
|||
# home manager needs dconf
|
||||
programs.dconf.enable = true;
|
||||
# fixes pam entries for swaylock
|
||||
# auth sufficient ${pkgs.fprintd}/lib/security/pam_fprintd.so
|
||||
security.pam.services.swaylock.text = ''
|
||||
# Account management.
|
||||
account required pam_unix.so
|
||||
|
@ -45,7 +46,6 @@
|
|||
|
||||
auth sufficient pam_unix.so nullok likeauth try_first_pass
|
||||
auth sufficient ${pkgs.pam_u2f}/lib/security/pam_u2f.so
|
||||
auth sufficient ${pkgs.fprintd}/lib/security/pam_fprintd.so
|
||||
auth required pam_deny.so
|
||||
|
||||
# Password management.
|
||||
|
|
|
@ -36,13 +36,15 @@ in
|
|||
hostname = "login.zih.tu-dresden.de";
|
||||
user = "rose159e";
|
||||
};
|
||||
"mininet" = {
|
||||
hostname = "internet.netd.cs.tu-dresden.de";
|
||||
user = "root";
|
||||
port = 2133;
|
||||
extraOptions = {
|
||||
ProxyJump = "tud";
|
||||
};
|
||||
"*.zih.tu-dresden.de" = {
|
||||
user = "rose159e";
|
||||
};
|
||||
"*.net.tu-dresden.de" = {
|
||||
user = "rose159e";
|
||||
};
|
||||
"git@gitlab.hrz.tu-chemnitz.de" = {
|
||||
match = "Host gitlab.hrz.tu-chemnitz.de User git";
|
||||
identityFile = git;
|
||||
};
|
||||
|
||||
# iFSR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue