bundles/nfs-client: support arch linux
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-03-11 15:23:47 +01:00
parent c87611c2e2
commit f6ecf2a465
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 25 additions and 3 deletions

View file

@ -150,7 +150,6 @@ nodes['home.router'] = {
'kunsi': {
'ssh_pubkey': {
# work laptop
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPM68t1Ssf0c9dEkYOEXllUQ0aybPsW3aQAJuWpUHPlt',
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICYst1HK+gJYhNxzqJGnz4iB73pa89Xz2yH+8wufOcsA',
},
},

View file

@ -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': {},