bundles/nfs-client: support arch linux
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
c87611c2e2
commit
f6ecf2a465
4 changed files with 25 additions and 3 deletions
|
@ -150,7 +150,6 @@ nodes['home.router'] = {
|
|||
'kunsi': {
|
||||
'ssh_pubkey': {
|
||||
# work laptop
|
||||
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPM68t1Ssf0c9dEkYOEXllUQ0aybPsW3aQAJuWpUHPlt',
|
||||
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICYst1HK+gJYhNxzqJGnz4iB73pa89Xz2yH+8wufOcsA',
|
||||
},
|
||||
},
|
||||
|
|
|
@ -5,6 +5,7 @@ nodes['kunsi-t470'] = {
|
|||
'bundles': {
|
||||
'basic',
|
||||
'lldp',
|
||||
'nfs-client',
|
||||
'pacman',
|
||||
'openssh',
|
||||
'sudo',
|
||||
|
@ -36,6 +37,18 @@ nodes['kunsi-t470'] = {
|
|||
'locale': {
|
||||
'default': 'en_DK.UTF-8',
|
||||
},
|
||||
'nfs-client': {
|
||||
'mounts': {
|
||||
'nas-storage': {
|
||||
'mountpoint': '/mnt/nas',
|
||||
'serverpath': '172.19.138.20:/storage/nas',
|
||||
'mount_options': {
|
||||
'retry=0',
|
||||
'ro',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'fish': {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue