Skip to content

Commit

Permalink
fix stateVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Jun 22, 2024
1 parent 28975c6 commit 0f3bd8f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hosts/carrot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@
}
) (config.services.postgresql.ensureDatabases ++ [ "matrix-synapse" ])
));

system.stateVersion = "22.05";
}
2 changes: 2 additions & 0 deletions hosts/gregtech/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,6 @@
};
};
};

system.stateVersion = "22.05";
}
2 changes: 2 additions & 0 deletions hosts/hex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@
};
sway.scale = "1.5";
};

system.stateVersion = "22.05";
}
2 changes: 2 additions & 0 deletions hosts/valen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
services.journald.extraConfig = ''
SystemMaxUse = 1G
'';

system.stateVersion = "22.05";
}
2 changes: 1 addition & 1 deletion hosts/vetinari/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
intel-ocl
];

system.stateVersion = lib.mkForce "23.05";
system.stateVersion = "23.05";
}
2 changes: 2 additions & 0 deletions hosts/vger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@
};
sway.scale = "1.1";
};

system.stateVersion = "22.05";
}
9 changes: 9 additions & 0 deletions modules/server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
domain = "xanderio.de";
};

programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
withRuby = false;
withPython3 = false;
};

deployment.tags = [ "server" ];

documentation.nixos.enable = false;
Expand Down

0 comments on commit 0f3bd8f

Please sign in to comment.