diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-03 15:29:51 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-03 15:29:51 -0500 |
commit | 830a0d0418c8e9baf59f8c05a063275d58c097fa (patch) | |
tree | 007d2f9a7a271042440cd374223b1cc9a9940e03 /hosts | |
parent | b6bcc6af673b2bb3ce40e04349be200cd354eece (diff) | |
download | nixos-config-830a0d0418c8e9baf59f8c05a063275d58c097fa.tar.gz nixos-config-830a0d0418c8e9baf59f8c05a063275d58c097fa.zip |
Fix previous commit
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tomato/hardware.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix index eec1b89..2be8d07 100644 --- a/hosts/tomato/hardware.nix +++ b/hosts/tomato/hardware.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: let swapPart = "/dev/sda2"; in |