diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-08 23:55:09 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-08 23:55:09 -0800 |
commit | 2b0e8f4306b8580f54531da1b4e6e5c1e891e02b (patch) | |
tree | 431ecb1ac3780f1b629bcc411a5fa3c13a539c9b /disk-config.nix | |
parent | d8900b3f01bf98911516d39c2c96549485f54577 (diff) |
iso.nix
Diffstat (limited to 'disk-config.nix')
-rw-r--r-- | disk-config.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/disk-config.nix b/disk-config.nix index 115f2cd..ca67b19 100644 --- a/disk-config.nix +++ b/disk-config.nix @@ -1,9 +1,3 @@ -# USAGE in your configuration.nix. -# Update devices to match your hardware. -# { -# imports = [ ./disko-config.nix ]; -# disko.devices.disk.main.device = "/dev/sda"; -# } { disko.devices = { disk = { |