clouvider-fra01: no need for /etc/nixos symlink
This commit is contained in:
parent
d8276603fa
commit
07829d4e34
2 changed files with 1 additions and 3 deletions
|
@ -136,9 +136,6 @@ in {
|
||||||
bits = 4096;
|
bits = 4096;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
environment.etc = {
|
|
||||||
"nixos" = { source = "/persist/etc/nixos/"; };
|
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "20.03";
|
system.stateVersion = "20.03";
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,6 +71,7 @@ in {
|
||||||
rxvt_unicode.terminfo
|
rxvt_unicode.terminfo
|
||||||
python37Packages.pygments
|
python37Packages.pygments
|
||||||
rebuilder
|
rebuilder
|
||||||
|
myPhp
|
||||||
];
|
];
|
||||||
environment.etc."php.d/cache.ini".text = ''
|
environment.etc."php.d/cache.ini".text = ''
|
||||||
zend_extension=${pkgs.php}/lib/php/extensions/opcache.so
|
zend_extension=${pkgs.php}/lib/php/extensions/opcache.so
|
||||||
|
|
Loading…
Reference in a new issue