summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-09-19 23:11:13 +0200
committerAlexander Ried <ried@mytum.de>2016-09-19 23:11:13 +0200
commite52418fd080e2bc8a919af61aa94ed2c4e9b80d0 (patch)
treec43e507839e4a77af90ea2875ca10b656997eda1 /nixos/modules/misc
parent2f8913c7a59abd1a35316c318bbf34ad159524a8 (diff)
downloadnixlib-e52418fd080e2bc8a919af61aa94ed2c4e9b80d0.tar
nixlib-e52418fd080e2bc8a919af61aa94ed2c4e9b80d0.tar.gz
nixlib-e52418fd080e2bc8a919af61aa94ed2c4e9b80d0.tar.bz2
nixlib-e52418fd080e2bc8a919af61aa94ed2c4e9b80d0.tar.lz
nixlib-e52418fd080e2bc8a919af61aa94ed2c4e9b80d0.tar.xz
nixlib-e52418fd080e2bc8a919af61aa94ed2c4e9b80d0.tar.zst
nixlib-e52418fd080e2bc8a919af61aa94ed2c4e9b80d0.zip
monetdb module: remove since it's not packaged
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 2618514fbe5a..13a7323e858e 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -140,7 +140,7 @@
       ngircd = 112;
       btsync = 113;
       minecraft = 114;
-      monetdb = 115;
+      #monetdb = 115; # unused (not packaged), removed 2016-09-19
       rippled = 116;
       murmur = 117;
       foundationdb = 118;
@@ -395,7 +395,7 @@
       #ngircd = 112; # unused
       btsync = 113;
       #minecraft = 114; # unused
-      monetdb = 115;
+      #monetdb = 115; # unused (not packaged), removed 2016-09-19
       #ripped = 116; # unused
       #murmur = 117; # unused
       foundationdb = 118;