Ajout de portail captif
This commit is contained in:
parent
1a11a23795
commit
480f074966
6 changed files with 26 additions and 12 deletions
|
|
@ -30,6 +30,12 @@
|
|||
'';
|
||||
};
|
||||
|
||||
# Captive portals
|
||||
programs.captive-browser = {
|
||||
enable = true;
|
||||
interface = "wlp9s0";
|
||||
};
|
||||
|
||||
# Firewall
|
||||
networking.firewall.allowedTCPPorts = [ 24872 8998 ];
|
||||
networking.firewall.allowedUDPPorts = [ 24872 8998 ];
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
auth required ${pkgs.fprintd}/lib/security/pam_fprintd.so
|
||||
auth optional pam_permit.so
|
||||
auth required pam_env.so
|
||||
auth [success=ok default=1] ${pkgs.gnome.gdm}/lib/security/pam_gdm.so
|
||||
auth [success=ok default=1] ${pkgs.gdm}/lib/security/pam_gdm.so
|
||||
auth optional ${pkgs.gnome-keyring}/lib/security/pam_gnome_keyring.so
|
||||
|
||||
account include login
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ in {
|
|||
# Containers & VMs
|
||||
toolbox
|
||||
distrobox
|
||||
gnome.gnome-boxes
|
||||
gnome-boxes
|
||||
|
||||
# Office
|
||||
libreoffice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue