Add nvme role.
This commit is contained in:
parent
c23245b97c
commit
0299ebcb43
@ -49,6 +49,7 @@
|
||||
./roles/steam
|
||||
./roles/latex
|
||||
./roles/launch_keyboard
|
||||
./roles/nvme
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
|
@ -8,4 +8,6 @@
|
||||
{
|
||||
imports = [ ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
}
|
||||
|
14
nix/configuration/roles/nvme/default.nix
Normal file
14
nix/configuration/roles/nvme/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [ ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nvme-cli
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user