l 1 prism: serve wallpaper.png under lassul.us
This commit is contained in:
parent
ac4f86e40f
commit
0f2fc7c4a6
@ -196,6 +196,16 @@ in {
|
||||
{ predicate = "-p tcp --dport xmpp-server"; target = "ACCEPT"; }
|
||||
];
|
||||
}
|
||||
{
|
||||
imports = [
|
||||
../2configs/realwallpaper-server.nix
|
||||
];
|
||||
krebs.nginx.servers."lassul.us".locations = [
|
||||
(lib.nameValuePair "/wallpaper.png" ''
|
||||
alias /tmp/wallpaper.png;
|
||||
'')
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
krebs.build.host = config.krebs.hosts.prism;
|
||||
|
Loading…
Reference in New Issue
Block a user