diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-09 15:19:17 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-09 15:19:17 -0400 | 
| commit | 789621a810a5b27580cde0b89f250817a02ffd0d (patch) | |
| tree | 3d489d8858178b34ebc52567508296c2eb016d1e /machines | |
| parent | dc4f16e4f3142bedca72161fed389bbf47665bfb (diff) | |
add git/compromyse to wheel temporarily
Diffstat (limited to '')
| -rw-r--r-- | machines/git/configuration.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/machines/git/configuration.nix b/machines/git/configuration.nix index 7024d7e..732497e 100644 --- a/machines/git/configuration.nix +++ b/machines/git/configuration.nix @@ -1,7 +1,7 @@  { lib, inputs, pkgs, ... }:  let -  drive = "/dev/nvme0n1"; +  drive = "/dev/vda";  in {    imports = [      ./hardware-configuration.nix | 
