diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-13 11:00:40 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 11:03:13 -0800 |
| commit | 2e8aebc44a2e302028e5d26d75a608a3449074d6 (patch) | |
| tree | 8e5810c846d217c1a2018e43b9da27d9b9ede71a /hosts/common/system/hardware.nix | |
| parent | desktop: gnome related things (diff) | |
| download | infra-2e8aebc44a2e302028e5d26d75a608a3449074d6.tar.gz | |
hosts: decrypt root disk via ssh on boot
Diffstat (limited to 'hosts/common/system/hardware.nix')
| -rw-r--r-- | hosts/common/system/hardware.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/common/system/hardware.nix b/hosts/common/system/hardware.nix new file mode 100644 index 0000000..030b358 --- /dev/null +++ b/hosts/common/system/hardware.nix @@ -0,0 +1,5 @@ +{ pkgs, lib, config, ... }: + +{ + services.fwupd.enable = true; +} |
