milhouse: Add k40 module

This commit is contained in:
fleaz 2022-09-13 10:45:10 +02:00
parent 1881a54fc0
commit 90a55e87f5
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 9 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,8 @@
{
programs.k40-whisperer = {
enable = true;
};
# Allow access to device via udev rule
users.uers.fleaz.extraGroups = ["k40"];
}