blob: d19b6fbfae6056df015e67028c78059890a9edc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
---
system_lvm_volume_size_root: 5G
install:
efi: true
disks:
primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NB0J803346
kernel_cmdline:
- "consoleblank=0"
- "drm.edid_firmware=edid/1280x1024.bin"
network:
nameservers:
- 1.1.1.1
domain: ""
primary: &_network_primary_
name: eno1
address: 192.168.28.24/24
gateway: 192.168.28.254
interfaces:
- *_network_primary_
apt_repo_components:
- main
- contrib
- non-free ## for microcode updates
ssh_users_root:
- equinox
- kunsi
|