Compare commits
2 Commits
39f73a21b2
...
b4e209dd97
| Author | SHA1 | Date | |
|---|---|---|---|
| b4e209dd97 | |||
| e7b8c49834 |
@@ -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";
|
||||||
|
|||||||
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user