Copied home-xps13.nix to home-server.nix
This commit is contained in:
22
flake.nix
22
flake.nix
@@ -54,5 +54,27 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations.xps13 = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit overlays; };
|
||||
modules = [
|
||||
{ nixpkgs.overlays = overlays; }
|
||||
sops-nix.nixosModules.sops
|
||||
./configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
# home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.sharedModules = [ {nixpkgs.overlays = overlays;} ];
|
||||
home-manager.users.th3r00t = {
|
||||
imports = [
|
||||
./home-server.nix
|
||||
nix-index-database.homeModules.nix-index
|
||||
];
|
||||
};
|
||||
# home-manager.users.th3r00t = import ./home.nix;
|
||||
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user