wip
This commit is contained in:
parent
0a3837db64
commit
dbaeeeaad7
1 changed files with 13 additions and 5 deletions
|
@ -17,11 +17,6 @@
|
|||
'gateway4': '192.168.178.1',
|
||||
},
|
||||
},
|
||||
'dm-crypt': {
|
||||
'tank': {
|
||||
'device': '/dev/disk/by-id/ata-TOSHIBA_MG06ACA10TE_61C0A1B1FKQE',
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'root': {
|
||||
'authorized_users': {
|
||||
|
@ -29,6 +24,14 @@
|
|||
},
|
||||
},
|
||||
},
|
||||
'systemd': {
|
||||
'services': {
|
||||
'wpa_supplicant.service': {
|
||||
'enabled': False,
|
||||
'running': False,
|
||||
},
|
||||
},
|
||||
},
|
||||
'wireguard': {
|
||||
'my_ip': '172.30.0.4/32',
|
||||
's2s': {
|
||||
|
@ -43,6 +46,11 @@
|
|||
},
|
||||
},
|
||||
},
|
||||
'dm-crypt': {
|
||||
'tank': {
|
||||
'device': '/dev/disk/by-id/ata-TOSHIBA_MG06ACA10TE_61C0A1B1FKQE',
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'pools': {
|
||||
'tank': {
|
||||
|
|
Loading…
Reference in a new issue