modularize users

and other stuff
This commit is contained in:
Fabian Montero 2024-12-02 19:25:34 -06:00
parent 1add39aae0
commit 119c0ab771
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
6 changed files with 128 additions and 55 deletions

View file

@ -2,6 +2,7 @@
config,
lib,
pkgs,
flakes,
modulesPath,
...
}: let
@ -12,7 +13,7 @@
};
in {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
flakes.nixpkgs.nixosModules.notDetected
];
boot.initrd = {