pinwheel: Extract swaylock module

This commit is contained in:
Alexander Heldt
2023-08-26 17:16:59 +02:00
parent 77314fece4
commit 11ae4d3282
4 changed files with 34 additions and 19 deletions

View File

@@ -18,6 +18,7 @@
./modules/vim
./modules/foot
./modules/hyprland
./modules/swaylock
./modules/syncthing
./modules/firefox
./modules/calibre
@@ -64,7 +65,6 @@
LC_TIME = "sv_SE.UTF-8";
};
security.polkit.enable = true;
hardware.opengl.enable = true;
programs.dconf.enable = true;
@@ -116,12 +116,6 @@
}];
};
security.pam.services.swaylock.text = ''
# PAM configuration file for the swaylock screen locker. By default, it includes
# the 'login' configuration file (see /etc/pam.d/login)
auth include login
'';
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];