Skip to content

Commit

Permalink
update slideshow images in settings.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP committed May 9, 2024
1 parent 9ae6581 commit cf61832
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions nix/services/kn/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,11 @@ in {
};

HOME_SLIDESHOW = map (file: MEDIA_URL + file) [
"static/slideshow/picknicktafel.jpg"
"static/slideshow/galapoker.jpg"
"static/slideshow/alternatief.jpg"
"static/slideshow/tie-dye.jpg"
"static/slideshow/roel.jpg"
"static/slideshow/galalampjes.jpg"
"static/slideshow/lan.jpg"
"static/slideshow/main 1.size.jpg"
"static/slideshow/main 2.size.jpg"
"static/slideshow/main 3.size.jpg"
"static/slideshow/main 4.size.jpg"
"static/slideshow/main 5.size.jpg"
];

USERNAME_CHARS = "qwertyuiopasdfghjklzxcvbnm123456789-";
Expand Down

0 comments on commit cf61832

Please sign in to comment.