Updates
change anki host to 0.0.0.0 remove monado - build borked xkb options renamed
This commit is contained in:
parent
f55fb2472c
commit
691c727ab7
5 changed files with 68 additions and 74 deletions
|
|
@ -97,9 +97,9 @@ in {
|
|||
|
||||
i18n.defaultLocale = lib.mkDefault "en_GB.UTF-8";
|
||||
|
||||
services.xserver = {
|
||||
services.xserver.xkb = {
|
||||
layout = lib.mkDefault "gb";
|
||||
xkbOptions = "caps:escape";
|
||||
options = "caps:escape";
|
||||
};
|
||||
|
||||
system.configurationRevision =
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{...}: {
|
||||
services.anki-sync-server = {
|
||||
enable = true;
|
||||
address = "100.65.29.110";
|
||||
address = "0.0.0.0";
|
||||
users = [
|
||||
{
|
||||
username = "tristan";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue