Compare commits

..

2 Commits

Author SHA1 Message Date
b4e209dd97 leonard/www-amalie-mansaker-no: update 2026-05-06 20:26:53 +02:00
e7b8c49834 leonard: use linuxPackages_latest 2026-05-04 12:34:05 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda"; boot.loader.grub.device = "/dev/sda";
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
networking = { networking = {
hostName = "leonard"; hostName = "leonard";

View File

@@ -6,8 +6,8 @@ stdenv.mkDerivation {
url = "https://git.feal.no/amalieem/amalie.mansaker.no.git"; url = "https://git.feal.no/amalieem/amalie.mansaker.no.git";
fetchSubmodules = true; fetchSubmodules = true;
rev = "15142c93da33414a0be49384a03b704ad95e31be"; rev = "f5ff8133b9d31de0de7386be8831de0d0fab6f95";
hash = "sha256-oq5NC11UDYjYKToPsEXovCiIBD5adamVwi3scOFzpHM="; hash = "sha256-fld2f9PW1vwnals6kUerXzqGP/anMs7abstaYfaXO4Q=";
}; };
nativeBuildInputs = [ hugo ]; nativeBuildInputs = [ hugo ];