milhouse: Add k40 module
This commit is contained in:
parent
1881a54fc0
commit
90a55e87f5
|
@ -7,6 +7,7 @@
|
|||
../../roles/laptop.nix
|
||||
../../modules/luks.nix
|
||||
../../modules/grub.nix
|
||||
../../modules/k40.nix
|
||||
];
|
||||
|
||||
networking.hostName = "milhouse"; # Define your hostname.
|
||||
|
|
8
modules/k40.nix
Normal file
8
modules/k40.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.k40-whisperer = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Allow access to device via udev rule
|
||||
users.uers.fleaz.extraGroups = ["k40"];
|
||||
}
|
Loading…
Reference in a new issue