feat(nixosmodules): add udisks2

This commit is contained in:
Mohammad Rafiq 2025-04-27 14:39:47 +08:00
parent d816825ac3
commit 0b393ab562
No known key found for this signature in database
6 changed files with 9 additions and 3 deletions

View file

@ -23,6 +23,7 @@
inputs.nixpkgs.lib.nixosSystem {
specialArgs = args;
modules = [
./modules/nixos
./hosts/common.nix
./hosts/${hostname}.nix
];