aboutsummaryrefslogtreecommitdiff
path: root/modules/myids.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-10 19:39:51 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-10 19:39:51 +0200
commit7009832ab635a664e26c73cdc0ca0f8689a57774 (patch)
tree2c886604bbd37d36de5cc011a6e4b85e653118de /modules/myids.nix
parent658822fb4a42be89b2ea47e111532513c4556d87 (diff)
downloadNix-7009832ab635a664e26c73cdc0ca0f8689a57774.tar.gz
Nix-7009832ab635a664e26c73cdc0ca0f8689a57774.tar.zst
Nix-7009832ab635a664e26c73cdc0ca0f8689a57774.zip
Move diaspora module outside of nixops
Diffstat (limited to 'modules/myids.nix')
-rw-r--r--modules/myids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/myids.nix b/modules/myids.nix
index 24d853b..17270af 100644
--- a/modules/myids.nix
+++ b/modules/myids.nix
@@ -6,12 +6,14 @@
6 peertube = 394; 6 peertube = 394;
7 nullmailer = 396; 7 nullmailer = 396;
8 mediagoblin = 397; 8 mediagoblin = 397;
9 diaspora = 398;
9 mastodon = 399; 10 mastodon = 399;
10 }; 11 };
11 ids.gids = { 12 ids.gids = {
12 peertube = 394; 13 peertube = 394;
13 nullmailer = 396; 14 nullmailer = 396;
14 mediagoblin = 397; 15 mediagoblin = 397;
16 diaspora = 398;
15 mastodon = 399; 17 mastodon = 399;
16 }; 18 };
17 }; 19 };