Configure media1 host
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
parent
67a20e505f
commit
07c422498e
@ -17,6 +17,7 @@
|
|||||||
loader.systemd-boot = {
|
loader.systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 5;
|
configurationLimit = 5;
|
||||||
|
memtest86.enable = true;
|
||||||
};
|
};
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
supportedFilesystems = [ "nfs" ];
|
supportedFilesystems = [ "nfs" ];
|
||||||
@ -45,7 +46,7 @@
|
|||||||
"10.69.12.82/24"
|
"10.69.12.82/24"
|
||||||
];
|
];
|
||||||
routes = [
|
routes = [
|
||||||
{ Gateway = "10.69.31.1"; }
|
{ Gateway = "10.69.12.1"; }
|
||||||
];
|
];
|
||||||
linkConfig.RequiredForOnline = "routable";
|
linkConfig.RequiredForOnline = "routable";
|
||||||
};
|
};
|
||||||
|
@ -11,12 +11,15 @@ in
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Kodi Media Center user";
|
description = "Kodi Media Center user";
|
||||||
};
|
};
|
||||||
services.xserver = {
|
#services.xserver = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
};
|
#};
|
||||||
services.cage = {
|
services.cage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "kodi";
|
user = "kodi";
|
||||||
|
environment = {
|
||||||
|
XKB_DEFAULT_LAYOUT = "no";
|
||||||
|
};
|
||||||
program = "${kodipkg}/bin/kodi";
|
program = "${kodipkg}/bin/kodi";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user