about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-01-17 04:10:29 +0300
committerNikolay Amiantov <ab@fmap.me>2016-01-17 15:50:40 +0300
commitc311901810ab8ddefd38d94e5f625212a86e1c6b (patch)
tree3d1f7283e3ae310405423f0963fcd4279daa71f0 /nixos/modules/rename.nix
parentd93f866f55adb6831e054e717253ee94071240b0 (diff)
cupsd service: don't allow overriding necessary configuration options
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 010d44c40d19e..cc7557c06eb4f 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -99,6 +99,8 @@ with lib;
     (mkRemovedOptionModule [ "services" "syslog-ng" "listenToJournal" ])
     (mkRemovedOptionModule [ "ec2" "metadata" ])
     (mkRemovedOptionModule [ "services" "openvpn" "enable" ])
+    (mkRemovedOptionModule [ "services" "printing" "cupsFilesConf" ])
+    (mkRemovedOptionModule [ "services" "printing" "cupsdConf" ])
 
   ];
 }