feat: removes mysd

This commit is contained in:
2023-09-27 12:19:37 -05:00
parent b7d9e0ba7e
commit 39b6074d99
4 changed files with 3 additions and 31 deletions

View File

@@ -1,15 +1,11 @@
{ lib, inputs, nixpkgs, mysd, homeManager, NixOS-WSL, ... }:
{ lib, inputs, nixpkgs, homeManager, NixOS-WSL, ... }:
{
"maxos" = lib.nixosSystem {
system = "x86_64-linux";
/* specialArgs = {
inherit mysd;
}; */
modules = [
./maxos/configuration.nix
homeManager.nixosModules.home-manager {
home-manager.extraSpecialArgs = {
inherit mysd;
withGUI = true;
gitSigningKey = "976F3357369149AB";
};
@@ -27,7 +23,6 @@
./nixosWSL/configuration.nix
homeManager.nixosModules.home-manager {
home-manager.extraSpecialArgs = {
inherit mysd;
withGUI = false;
gitSigningKey = "8F904A3FC7021497";
};