@ -63,7 +63,7 @@ let
ipAddress = mkOption {
description = " A d r e s s e I P . " ;
type = lib . types . str ing ;
type = lib . types . str ;
} ;
nix-serve-server = mkEnableOption " n i x - s e r v e s e r v e r . " ;
nix-serve-client = {
@ -80,18 +80,18 @@ let
dnsFQDN = mkOption {
example = " d e v i c e . e x a m p l e . n e t . " ;
description = " D N S n a m e o f h o s t p o i n t i n g t o t u n n e l I P . " ;
type = lib . types . str ing ;
type = lib . types . str ;
} ;
connectToAddress = mkOption {
default = " " ;
example = " 1 9 2 . 1 6 8 . 1 . 1 " ;
description = " E x t e r n a l a d d r e s s t o c o n n e c t f r o m a n o t h e r n o d e . " ;
type = lib . types . str ing ;
type = lib . types . str ;
} ;
vpnAddress = mkOption {
example = " 1 9 2 . 1 6 8 . 6 9 . 6 9 / 2 4 " ;
description = " V P N l o c a l n o d e I P a d d r e s s . " ;
type = lib . types . str ing ;
type = lib . types . str ;
} ;
vpnCidrLength = mkOption {
default = 24 ;
@ -106,7 +106,7 @@ let
ConnecTo = bar
'' ;
description = " C o n f i g u r a t i o n s u p p l é m e n t a i r e p o u r t i n c . " ;
type = lib . types . str ing ;
type = lib . types . str ;
} ;
} ;
@ -129,7 +129,7 @@ let
enable = mkEnableOption " A c t i v a t i o n d u d é m a r r a g e d e W i n d o w s p a r G r u b " ;
drive = mkOption {
description = " L e c t e u r s u r l e q u e l e s t p r é s e n t l e s y s t è m e W i n d o w s ( a u f o r m a t G R U B ) " ;
type = lib . types . str ing ;
type = lib . types . str ;
default = " h d 0 , 1 " ;
} ;
} ;
@ -137,7 +137,7 @@ let
enable = mkEnableOption " M o n t a g e d e l a p a r t i t i o n d a t a W i n d o w s " ;
device = mkOption {
description = " L e c t e u r s u r l e q u e l e s t p r é s e n t l e d i s q u e d e d a t a W i n d o w s " ;
type = lib . types . str ing ;
type = lib . types . str ;
default = " / d e v / s d a 2 " ;
} ;
} ;