This commit is contained in:
2023-03-08 18:00:18 +00:00
parent 56e5cde883
commit 9c82720103
18 changed files with 213 additions and 159 deletions

View File

@@ -117,10 +117,10 @@
./hosts/Go3
];
};
StuPC = nixpkgs.lib.nixosSystem {
StuPC_WSL = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs lib; hostName = "StuPC";};
modules = [
./hosts/StuPC
./hosts/StuPC_WSL
];
};
@@ -140,10 +140,10 @@
inputs.sops-nix.homeManagerModules.sops
];
};
"sstent@StuPC" = home-manager.lib.homeManagerConfiguration {
"sstent@StuPC_WSL" = home-manager.lib.homeManagerConfiguration {
# pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
pkgs = pkgs;
extraSpecialArgs = { inherit inputs outputs lib; hostName = "StuPC";};
extraSpecialArgs = { inherit inputs outputs lib; hostName = "StuPC_WSL";};
modules = [
# > Our main home-manager configuration file <
./home-manager/users/sstent