Disable direnv on servers
This commit is contained in:
parent
021e715806
commit
1ab482d97f
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
stateVersion = "20.09";
|
stateVersion = "20.09";
|
||||||
base = {
|
base = {
|
||||||
network.ovh.enable = true;
|
network.ovh.enable = true;
|
||||||
|
nix.enableDirenv = false;
|
||||||
zfs = {
|
zfs = {
|
||||||
backups = [{
|
backups = [{
|
||||||
path = "zroot/safe/data";
|
path = "zroot/safe/data";
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
chvp = {
|
chvp = {
|
||||||
stateVersion = "20.09";
|
stateVersion = "20.09";
|
||||||
base = {
|
base = {
|
||||||
|
nix.enableDirenv = false;
|
||||||
network.ovh.enable = true;
|
network.ovh.enable = true;
|
||||||
zfs = {
|
zfs = {
|
||||||
backups = [
|
backups = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue