mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
nix: add development vm
This commit adds back the ability to run a development VM with docspell. See updated documentation for examples.
This commit is contained in:
@ -15,7 +15,7 @@ in
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
};
|
||||
console.keyMap = "de";
|
||||
console.keyMap = "us";
|
||||
|
||||
users.users.root = {
|
||||
password = "root";
|
||||
@ -88,6 +88,9 @@ in
|
||||
firewall.allowedTCPPorts = [ 7880 ];
|
||||
};
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
system.stateVersion = "22.11";
|
||||
|
||||
# This slows down the build of a vm
|
||||
documentation.enable = false;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user