fujitsu: init

This commit is contained in:
Rouven Seifert 2024-05-15 11:01:15 +02:00
parent 07fd2780e6
commit 0780cdefc8
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
9 changed files with 156 additions and 43 deletions

View file

@ -11,13 +11,12 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{
# Replace with actual config
device = "/dev/sda";
fsType = "ext4";
};
# fileSystems."/" =
# {
# # Replace with actual config
# device = "/dev/sda";
# fsType = "ext4";
# };
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}