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