diff options
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 |