mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Add list-id option to nixos module
This commit is contained in:
@ -6,9 +6,9 @@ in
|
||||
imports = docspell.modules;
|
||||
|
||||
i18n = {
|
||||
consoleKeyMap = "neo";
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
};
|
||||
console.keyMap = "neo";
|
||||
|
||||
users.users.root = {
|
||||
password = "root";
|
||||
@ -56,6 +56,6 @@ in
|
||||
firewall.allowedTCPPorts = [7880];
|
||||
};
|
||||
|
||||
system.stateVersion = "19.09";
|
||||
system.stateVersion = "20.03";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user