diff --git a/directives.hdf b/directives.hdf index 5e7e95f..ef2c367 100644 --- a/directives.hdf +++ b/directives.hdf @@ -1,53 +1,53 @@ -#Directives.hdf for HuronOS - -system { - hostname = "huronos-client" - timezone = "America/Mexico_City" - keyboard_layout = "latam" - language = "es_MX.UTF-8" -} - -desktop { - wallpaper = "default" - allow_wallpaper_change = false -} - -network { - allow_wifi = false - allow_ethernet = true - firewall = true -} - -storage { - allow_usb = false - allow_external_drives = false -} - -applications { - allow_terminal = true - allow_file_manager = true - - whitelist = [ - "firefox", - "code", - "gedit", - "python3", - "gcc" - ] - - blacklist = [ - "discord", - "steam" - ] -} - -security { - allow_root_login = false - allow_sudo = false - lock_system_settings = true -} - -exam { - fullscreen_mode = true - block_shortcuts = true +#Directives.hdf for HuronOS | EagleCoders + +system { + hostname = "huronos-client" + timezone = "America/Mexico_City" + keyboard_layout = "latam" + language = "es_MX.UTF-8" +} + +desktop { + wallpaper = "default" + allow_wallpaper_change = false +} + +network { + allow_wifi = false + allow_ethernet = true + firewall = true +} + +storage { + allow_usb = false + allow_external_drives = false +} + +applications { + allow_terminal = true + allow_file_manager = true + + whitelist = [ + "firefox", + "code", + "gedit", + "python3", + "gcc" + ] + + blacklist = [ + "discord", + "steam" + ] +} + +security { + allow_root_login = false + allow_sudo = false + lock_system_settings = true +} + +exam { + fullscreen_mode = true + block_shortcuts = true } \ No newline at end of file