Configure media1 host
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
Torjus Håkestad 2025-02-13 16:00:48 +01:00
parent 67a20e505f
commit 07c422498e
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
2 changed files with 8 additions and 4 deletions

View File

@ -17,6 +17,7 @@
loader.systemd-boot = {
enable = true;
configurationLimit = 5;
memtest86.enable = true;
};
loader.efi.canTouchEfiVariables = true;
supportedFilesystems = [ "nfs" ];
@ -45,7 +46,7 @@
"10.69.12.82/24"
];
routes = [
{ Gateway = "10.69.31.1"; }
{ Gateway = "10.69.12.1"; }
];
linkConfig.RequiredForOnline = "routable";
};

View File

@ -11,12 +11,15 @@ in
isNormalUser = true;
description = "Kodi Media Center user";
};
services.xserver = {
enable = true;
};
#services.xserver = {
# enable = true;
#};
services.cage = {
enable = true;
user = "kodi";
environment = {
XKB_DEFAULT_LAYOUT = "no";
};
program = "${kodipkg}/bin/kodi";
};