]> rtime.felk.cvut.cz Git - novaboot.git/blob - sudoers.novaboot
nix: Update flake inputs
[novaboot.git] / sudoers.novaboot
1 # Recommended sudo configuration for novaboot
2
3 # Uncomment the following lines to enable --dhcp-tftp option
4 # Cmnd_Alias NOVABOOT_DHCP = /bin/ip a add 10.23.23.1/24 dev eth0, /bin/ip l set dev eth0 up, /usr/sbin/dhcpd -d -cf dhcpd.conf -lf dhcpd.leases -pf dhcpd.pid, /usr/bin/touch dhcpd.leases, /usr/bin/pkill --pidfile=dhcpd.pid
5 # your_login ALL=NOPASSWD: NOVABOOT_DHCP
6
7 # Uncomment the following lines to enable --dhcp-tftp and --tftp options
8 # Cmnd_Alias NOVABOOT_TFTP = /usr/sbin/in.tftpd --listen --secure -v -v -v --pidfile tftpd.pid *, /usr/bin/pkill --pidfile=*/tftpd.pid
9 # your_login ALL=NOPASSWD: NOVABOOT_TFTP