diff options
author | tzlil <tzlils@protonmail.com> | 2023-03-23 15:12:31 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-03-23 15:12:31 +0200 |
commit | de6461f9adf9b46c15b7f608290a1c8a35ebc829 (patch) | |
tree | 38a9a32ac38c81898f331886760ea5396275cb3b /hosts | |
parent | b13bc7eee160922057992a21198897b580a35e8e (diff) |
add wlgreet config
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vm/disko.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vm/disko.nix b/hosts/vm/disko.nix index 6affd39..b7785d9 100644 --- a/hosts/vm/disko.nix +++ b/hosts/vm/disko.nix @@ -1,5 +1,5 @@ {inputs, ...}: let - device = "/dev/vda"; + device = "/dev/sda"; in { imports = [ inputs.disko.nixosModules.disko |