mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
fujitsu: init
This commit is contained in:
parent
07fd2780e6
commit
0780cdefc8
9 changed files with 156 additions and 43 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue