carbon-config

config submodule of carbon-core-system
git clone https://ccx.te2000.cz/git/carbon-config
Log | Files | Refs

config.aat (1051B)


      1 @include common.aat
      2 |BEGIN{
      3 # Login shell for root user in /etc/passwd
      4 root_shell=/bin/zsh
      5 
      6 # Amount of ttys to initialize
      7 tty_max=4
      8 
      9 # Number of gettys to spawn (should be less 9 to not overlap with rescue getty)
     10 getty_max=4
     11 
     12 tty_setfont=ter-v14n
     13 
     14 dev_manager=udev
     15 
     16 enable_loopback=1
     17 enable_dhcpcd=1
     18 enable_unbound=1
     19 enable_loadkeys=1
     20 enable_sshd=1
     21 enable_alsactl_rdaemon=1
     22 enable_brightness=1
     23 enable_tlp=1
     24 enable_containers=1
     25 enable_syncthing=1
     26 enable_wpa_supplicant=1
     27 
     28 X_servers=[
     29 svc	vtN
     30 X5	5
     31 X6	6
     32 X7	7
     33 X8	8
     34 ]
     35 
     36 modprobe_modules=[
     37 module
     38 af_packet
     39 thinkpad_acpi
     40 iwldvm
     41 evdev
     42 psmouse
     43 elan_i2c
     44 snd-hda-intel
     45 fuse
     46 overlay
     47 kvm-intel
     48 tun
     49 cpufreq_conservative
     50 cpufreq_ondemand
     51 cpufreq_powersave
     52 cpufreq_userspace
     53 ac
     54 ehci_pci
     55 hid_generic
     56 input_leds
     57 intel_rapl_msr
     58 pcspkr
     59 rapl
     60 thermal
     61 usbhid
     62 uvcvideo
     63 wmi_bmof
     64 xhci_pci
     65 |# USB ethernet
     66 r8153_ecm
     67 ]
     68 
     69 #static_ip=[
     70 #iface	ip	prefix
     71 #|#lo	127.0.0.1	8
     72 #|#eth0	10.70.145.187	25
     73 #]
     74 
     75 #static_route=[
     76 #iface	spec
     77 #|#eth0	default via 10.70.145.129
     78 #]
     79 
     80 user_svscan=[
     81 id	name
     82 1000	ccx
     83 ]
     84 
     85 tinc_networks=[
     86 name
     87 ccx
     88 ]
     89 
     90 |}