update
This commit is contained in:
parent
12358a6dff
commit
f8716d8a92
2 changed files with 20 additions and 19 deletions
|
|
@ -17,6 +17,7 @@ in
|
|||
plugins = plugins: with plugins; [ telegram ];
|
||||
};
|
||||
|
||||
mobile.boot.stage-1.kernel.modular = true;
|
||||
mobile.generatedFilesystems.rootfs = {
|
||||
type = "ext4";
|
||||
label = "NIXOS_SYSTEM";
|
||||
|
|
@ -80,7 +81,7 @@ in
|
|||
};
|
||||
networking.firewall.allowedTCPPorts = [ 5000 5050 ];
|
||||
environment.etc."sway/config".text = ''
|
||||
output DSI-1 transform 90 anticlockwise # widescreen
|
||||
output DSI-1 transform 270 clockwise # widescreen
|
||||
exec swayidle timeout 1805 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
|
||||
exec ${pkgs.chromium}/bin/chromium http://localhost:5000 --start-fullscreen --kiosk
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue