reformat and clean stuff up

This commit is contained in:
notgne2 2021-09-18 21:19:59 -07:00
parent b03b8f6328
commit 2b110a13c0
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
8 changed files with 363 additions and 504 deletions

View file

@ -27,12 +27,12 @@
outputs = { self, nixpkgs, ... }@inputs: {
nixosModules = {
ezpassthru = import ./modules/ezpassthru.nix;
ezpc = import ./modules/ezpc.nix;
ezvahi = import ./modules/ezvahi.nix;
ezwg = import ./modules/ezwg.nix;
kiosk = import ./modules/kiosk.nix;
fuckingprint = import ./modules/fuckingprint.nix;
workstation = import ./modules/workstation.nix;
ezpw = import ./modules/ezpw.nix;
all = import ./modules/default.nix;
};