moved
needs to be under system
This commit is contained in:
parent
075cb86d40
commit
45241d0a29
4 changed files with 5 additions and 6 deletions
4
hosts/modules/udisk.nix
Normal file
4
hosts/modules/udisk.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [udiskie];
|
||||
services.udisks2.enable = true;
|
||||
}
|
||||
|
|
@ -39,5 +39,6 @@
|
|||
./modules/aagl.nix
|
||||
./modules/ssh.nix
|
||||
./modules/sops.nix
|
||||
./modules/udisk.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue