move wlsunset to kiosk.nix for pi-server/display
This commit is contained in:
parent
941a5c18a3
commit
e67cd7d975
2 changed files with 13 additions and 11 deletions
|
|
@ -42,11 +42,6 @@
|
|||
zip
|
||||
];
|
||||
services = {
|
||||
wlsunset = {
|
||||
enable = true;
|
||||
latitude = 29.7;
|
||||
longitude = -95.8;
|
||||
};
|
||||
gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 1800;
|
||||
|
|
|
|||
|
|
@ -6,12 +6,19 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [kdePackages.falkon cage];
|
||||
environment.systemPackages = with pkgs; [kdePackages.falkon cage wlsunset];
|
||||
|
||||
services.cage = {
|
||||
enable = true;
|
||||
user = "don";
|
||||
extraArguments = ["-d"];
|
||||
program = "${pkgs.kdePackages.falkon}/bin/falkon --fullscreen http://harper2.home.duckland.org:8123/dashboard-pi/0";
|
||||
services = {
|
||||
cage = {
|
||||
enable = true;
|
||||
user = "don";
|
||||
extraArguments = ["-d"];
|
||||
program = "${pkgs.kdePackages.falkon}/bin/falkon --fullscreen http://harper2.home.duckland.org:8123/dashboard-pi/0";
|
||||
};
|
||||
wlsunset = {
|
||||
enable = true;
|
||||
latitude = 29.7;
|
||||
longitude = -95.8;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue