diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index 98eea7f..daa9899 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -61,9 +61,6 @@ jobs: - name: nix build chungus run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel - - name: nix build sternchen - run: nix build .#nixosConfigurations.sternchen.config.system.build.toplevel - - name: nix build usbstick run: nix build .#nixosConfigurations.usbstick.config.system.build.toplevel diff --git a/flake.nix b/flake.nix index 00e49d3..f3488d1 100644 --- a/flake.nix +++ b/flake.nix @@ -368,32 +368,32 @@ machines = { - sternchen = clanSetup { - name = "sternchen"; - host = "sternchen.bear"; - #host = "192.168.178.25"; - modules = [ - nixos-hardware.nixosModules.lenovo-thinkpad-x220 - homeManagerModules - stylixModules - { home-manager.users.mainUser.gui.enable = true; } - { - home-manager.users.mainUser = import ./homes/tina; - home-manager.users.root = import ./homes/root; - } - # todo : strange overrides, this should be an option kinda an be changed on another level (the homes/ folders or something) - ({ lib, ... }: { - home-manager.sharedModules = [ - { - programs.atuin.enable = lib.mkForce false; - } - ]; - }) - { - clan.core.machineDescription = "LaLaptop"; - } - ]; - }; + # sternchen = clanSetup { + # name = "sternchen"; + # host = "sternchen.bear"; + # #host = "192.168.178.25"; + # modules = [ + # nixos-hardware.nixosModules.lenovo-thinkpad-x220 + # homeManagerModules + # stylixModules + # { home-manager.users.mainUser.gui.enable = true; } + # { + # home-manager.users.mainUser = import ./homes/tina; + # home-manager.users.root = import ./homes/root; + # } + # # todo : strange overrides, this should be an option kinda an be changed on another level (the homes/ folders or something) + # ({ lib, ... }: { + # home-manager.sharedModules = [ + # { + # programs.atuin.enable = lib.mkForce false; + # } + # ]; + # }) + # { + # clan.core.machineDescription = "LaLaptop"; + # } + # ]; + # }; cream = clanSetup { name = "cream";