diff --git a/flake.lock b/flake.lock index 2cf0c92..3eef205 100644 --- a/flake.lock +++ b/flake.lock @@ -30,11 +30,11 @@ ] }, "locked": { - "lastModified": 1738148035, - "narHash": "sha256-KYOATYEwaKysL3HdHdS5kbQMXvzS4iPJzJrML+3TKAo=", + "lastModified": 1740485968, + "narHash": "sha256-WK+PZHbfDjLyveXAxpnrfagiFgZWaTJglewBWniTn2Y=", "owner": "nix-community", "repo": "disko", - "rev": "18d0a984cc2bc82cf61df19523a34ad463aa7f54", + "rev": "19c1140419c4f1cdf88ad4c1cfb6605597628940", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 1d2a6d3..106c5c0 100644 --- a/flake.nix +++ b/flake.nix @@ -180,8 +180,10 @@ ++ [ ./hosts/${hostname}/configuration.nix ]; }) (import ./hosts inputs); + diskoConfigurations = { asus-gl553vd = import ./hosts/asus-gl553vd/disk-config.nix; + home = import ./hosts/home/disk-config.nix; }; }; } diff --git a/hosts/home/disk-config.nix b/hosts/home/disk-config.nix new file mode 100644 index 0000000..95ca43e --- /dev/null +++ b/hosts/home/disk-config.nix @@ -0,0 +1,3 @@ +import ../../disko/luks-btrfs.nix { + device = "/dev/disk/by-id/nvme-NE-256_2280_0014164009305"; +}