feat(nixos): add disko module for declarative partitioning

This commit is contained in:
Mohammad Rafiq 2025-07-07 11:28:09 +08:00
parent 06a3f024c5
commit 714c3b8940
No known key found for this signature in database
4 changed files with 101 additions and 4 deletions

View file

@ -2,10 +2,6 @@ let
testCfg =
{ hostName, ... }:
{
fileSystems."/" = {
device = "/dev/sda1";
fsType = "ext4";
};
boot.loader.systemd-boot.enable = true;
networking = { inherit hostName; };
};