mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
working in beets disocg secret
This commit is contained in:
@@ -117,10 +117,10 @@
|
||||
./hosts/Go3
|
||||
];
|
||||
};
|
||||
StuPC_WSL = nixpkgs.lib.nixosSystem {
|
||||
StuPC-WSL = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs lib; hostName = "StuPC";};
|
||||
modules = [
|
||||
./hosts/StuPC_WSL
|
||||
./hosts/StuPC-WSL
|
||||
];
|
||||
};
|
||||
|
||||
@@ -140,10 +140,10 @@
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
};
|
||||
"sstent@StuPC_WSL" = 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_WSL";};
|
||||
extraSpecialArgs = { inherit inputs outputs lib; hostName = "StuPC-WSL";};
|
||||
modules = [
|
||||
# > Our main home-manager configuration file <
|
||||
./home-manager/users/sstent
|
||||
|
||||
Reference in New Issue
Block a user