diff options
| author | caley <u65487754@gmail.com> | 2026-06-25 22:38:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 22:38:04 +0200 |
| commit | dd94bfe48fa99ce2b7f190813d31a9819388ba6b (patch) | |
| tree | f616a53e51d54f238be95082608d9570400f1251 | |
| parent | 18f842cbdd6ef3956de220126c2fba2cf814c3b3 (diff) | |
Update configuration.nix
| -rw-r--r-- | nixos/hosts/box/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/hosts/box/configuration.nix b/nixos/hosts/box/configuration.nix index fb4e018..841b1df 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -75,6 +75,7 @@ programs.fish.enable = true; programs.dconf.enable = true; programs.steam.enable = true; + services.udisks2.enable = true; xdg.portal = { enable = true; |
