mirror of https://gitlab.crans.org/nounous/nixos
add ssh public key
parent
93f640e0fa
commit
164c1e22db
|
|
@ -12,6 +12,7 @@
|
|||
description = ''
|
||||
Un serveur avec peut etre un jour ceph
|
||||
'';
|
||||
public-ssh = "ssh-rsa TODOTODOTODOTODOTODOTODOTODO";
|
||||
}
|
||||
{
|
||||
name = "thot";
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
description = ''
|
||||
Serveur de backup du Crans, actuellement en SQ39
|
||||
'';
|
||||
public-ssh = "ssh-rsa TODOTODOTODOTODOTODOTODOTODO";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -40,6 +42,7 @@
|
|||
description = ''
|
||||
DNS récursif
|
||||
'';
|
||||
public-ssh = "ssh-rsa TODOTODOTODOTODOTODOTODOTODO";
|
||||
}
|
||||
{
|
||||
name = "neo";
|
||||
|
|
@ -52,6 +55,7 @@
|
|||
description = ''
|
||||
Matrix du crans, heberge également le bridge IRC <-> Matrix
|
||||
'';
|
||||
public-ssh = "ssh-rsa TODOTODOTODOTODOTODOTODOTODO";
|
||||
}
|
||||
{
|
||||
name = "NextCloud";
|
||||
|
|
@ -64,6 +68,7 @@
|
|||
description = ''
|
||||
NextCloud du Crans
|
||||
'';
|
||||
public-ssh = "ssh-rsa TODOTODOTODOTODOTODOTODOTODO";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue