feat(nixos): add disko module for declarative partitioning
This commit is contained in:
parent
06a3f024c5
commit
714c3b8940
4 changed files with 101 additions and 4 deletions
|
@ -2,10 +2,6 @@ let
|
|||
testCfg =
|
||||
{ hostName, ... }:
|
||||
{
|
||||
fileSystems."/" = {
|
||||
device = "/dev/sda1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
networking = { inherit hostName; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue