Compare commits
3 Commits
d531419f35
...
f5509cebf5
Author | SHA1 | Date |
---|---|---|
Oystein Kristoffer Tveit | f5509cebf5 | |
Oystein Kristoffer Tveit | 87587aee0a | |
Oystein Kristoffer Tveit | 3d27b1c8c9 |
|
@ -36,7 +36,7 @@ in
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "${name}.key";
|
default = "${name}.key";
|
||||||
};
|
};
|
||||||
subject = lib.mkOption {
|
subject = {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "/C=NO/O=Programvareverkstedet/CN=*.pvv.ntnu.no/emailAddress=drift@pvv.ntnu.no";
|
default = "/C=NO/O=Programvareverkstedet/CN=*.pvv.ntnu.no/emailAddress=drift@pvv.ntnu.no";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue