Compare commits

...

2 commits

Author SHA1 Message Date
Dmitry Voronin 0afe200668
Wallpaper : Favourite gray forest. 2024-04-27 00:24:48 +03:00
Dmitry Voronin b1411c6b51
RemoteBuild : Fix host name. 2024-04-27 00:24:28 +03:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
nix.buildMachines = [{ nix.buildMachines = [{
hostName = "home"; hostName = "nixbuilder";
protocol = "ssh-ng"; protocol = "ssh-ng";
systems = [ systems = [
"x86_64-linux" "x86_64-linux"

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: let { pkgs, ... }: let
url = "https://r4.wallpaperflare.com/wallpaper/519/595/676/cyberpunk-video-games-pixel-art-the-last-night-wallpaper-9261d2d9e319dfea44788a19b8657ecf.jpg"; url = "https://r4.wallpaperflare.com/wallpaper/611/415/768/forest-pixel-art-wallpaper-2960a87db18add1bb637d87f20a1e6ed.jpg";
sha256 = "sha256-ZKdV2eY+rDJZzG0JN8yMvnP2FiqGzvA8HKRqtA9Xnjs="; sha256 = "sha256-sfi4hbpfi27SoOjDuEW5FXpuat51poQXawVFrni0z7w=";
in { in {
path = pkgs.fetchurl { path = pkgs.fetchurl {
url = url; url = url;