Gitea & readme
switch the images to gitea and adapt readme
This commit is contained in:
5
README.md
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# NixOS System Configurations
|
||||||
|
|
||||||
|
This repository contains my NixOS system configurations.
|
||||||
|
|
||||||
|
The images used are in this repository are available at [NixOS Images](https://git.dodekaeder.name/4Lost/nixos-images).
|
||||||
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
lock = builtins.fetchurl {
|
lock = builtins.fetchurl {
|
||||||
url = "https://github.com/4Lost/nixos-images/raw/refs/heads/main/lockpaper.png";
|
url = "https://git.dodekaeder.name/4Lost/nixos-images/raw/refs/heads/main/lockpaper.png";
|
||||||
sha256 = "sha256:1a5yd20yrxi6h5ni4wwjwzgkkssw7bmiaj92g9ip2q5d1bgjq790";
|
sha256 = "sha256:1a5yd20yrxi6h5ni4wwjwzgkkssw7bmiaj92g9ip2q5d1bgjq790";
|
||||||
};
|
};
|
||||||
face = builtins.fetchurl {
|
face = builtins.fetchurl {
|
||||||
url = "https://github.com/4Lost/nixos-images/raw/refs/heads/main/face.icon";
|
url = "https://git.dodekaedeer.name/4Lost/nixos-images/raw/refs/heads/main/face.icon";
|
||||||
sha256 = "sha256:1c1qxx7vbmyz244qryk96izsa2r5zlhrzkrsjixk4ds0zzah92ms";
|
sha256 = "sha256:1c1qxx7vbmyz244qryk96izsa2r5zlhrzkrsjixk4ds0zzah92ms";
|
||||||
};
|
};
|
||||||
background = builtins.fetchurl {
|
background = builtins.fetchurl {
|
||||||
url = "https://github.com/4Lost/nixos-images/raw/refs/heads/main/wallpaper.jpeg";
|
url = "https://git.dodekaeder.name/4Lost/nixos-images/raw/refs/heads/main/wallpaper.jpeg";
|
||||||
sha256 = "sha256:0hgnjwfdhkkhlnpglm15z52w7hdhpbp7sn3s5qvldng86lmzj6fz";
|
sha256 = "sha256:0hgnjwfdhkkhlnpglm15z52w7hdhpbp7sn3s5qvldng86lmzj6fz";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user