update
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
||||
./sops.nix
|
||||
] ++ (builtins.attrValues outputs.nixosModules);
|
||||
|
||||
home-manager.useGlobalpkgs = true;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
};
|
||||
@@ -19,7 +21,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
hardware.enableRedistrubutableFirmware = true;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
networking.domain = "wessels.local";
|
||||
|
||||
security.pam.loginLimits = [
|
||||
|
||||
Reference in New Issue
Block a user