feat: move to single-user config
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
}:
|
||||
let
|
||||
nixosModules = config.flake.modules.nixos;
|
||||
homeModules = config.flake.modules.homeManager;
|
||||
in
|
||||
{
|
||||
flake.modules.nixos.host-base = {
|
||||
@@ -21,7 +20,6 @@ in
|
||||
useGlobalPkgs = true;
|
||||
backupFileExtension = "bak";
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
sharedModules = [ homeModules.meta ];
|
||||
};
|
||||
|
||||
security.sudo.extraConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user