diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-09 22:53:53 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-09 22:53:53 +0530 | 
| commit | 5587dc4f07576e73a7fabcb527c108d00752cbe7 (patch) | |
| tree | e40639d6049ceca7ec6fa5da9886bae4cae61afc /flake.nix | |
| parent | f4301e2194ede90f6fe3ab70be5e598a6eb5f2e4 (diff) | |
(impermanence): Update 2
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -32,7 +32,7 @@          specialArgs = { inherit inputs; };          modules = [            inputs.disko.nixosModules.default -          (import ./disko.nix { device = "/dev/vda"; }) +          (import ./disko.nix { device = "/dev/nvme0n1"; })            ./machines/x/configuration.nix | 
