Changes: Penduick to plasma
This commit is contained in:
parent
3d2c218dc0
commit
201666c577
2 changed files with 1 additions and 9 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
in {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules/desktop/xorg-bspwm.nix
|
||||
../../modules/desktop/plasma.nix
|
||||
../../modules/common/nix.nix
|
||||
../../modules/common/base.nix
|
||||
../../modules/common/fonts.nix
|
||||
|
|
@ -52,13 +52,6 @@ in {
|
|||
age ssh-to-age
|
||||
];
|
||||
|
||||
security.pam.services.i3lock = {
|
||||
text = ''
|
||||
auth required pam_unix.so
|
||||
account required pam_unix.so
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
# Optionnel mais utile pour SSH au démarrage
|
||||
systemd.services.sshd.wantedBy = [ "multi-user.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue