diff options
author | Emile <git@emile.space> | 2024-06-09 00:20:07 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-09 00:20:07 +0200 |
commit | c2ab18c306f93b33a43788f558d9a977a243c7b4 (patch) | |
tree | 34551c7263012c4b39f3cedd6a9ca073e70115af /nix/hosts | |
parent | 9c12c731cee80852f4ce42089b94140f0e35a60a (diff) |
formatting
Diffstat (limited to 'nix/hosts')
-rw-r--r-- | nix/hosts/lampadas/configuration.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nix/hosts/lampadas/configuration.nix b/nix/hosts/lampadas/configuration.nix index dbc3399..8659c7c 100644 --- a/nix/hosts/lampadas/configuration.nix +++ b/nix/hosts/lampadas/configuration.nix @@ -38,9 +38,8 @@ in { ''; }; luks.devices = { - - # unsure why luksdata1 is recognized and added to the - # hardware-configuration.nix automatically, but luksdata2 isn't + # unsure why luksdata1 is recognized and added to the + # hardware-configuration.nix automatically, but luksdata2 isn't "luksdata2".device = "/dev/disk/by-uuid/e94d7f32-26ef-41e1-b3f3-9e63e4858001"; }; }; |