working in beets disocg secret

This commit is contained in:
2023-03-08 22:00:28 +00:00
parent 9c82720103
commit 24ef309194
14 changed files with 23 additions and 181 deletions

View File

@@ -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