mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
change to cineby
This commit is contained in:
parent
54844e3558
commit
56e8b71810
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
modules.system.kiosk = {
|
modules.system.kiosk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = config.user.name;
|
user = config.user.name;
|
||||||
url = "about:blank";
|
url = "https://www.cineby.sc";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.${config.user.name} = {
|
users.users.${config.user.name} = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue