remove sternchen
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m17s

This commit is contained in:
Ingolf Wagner 2024-08-27 11:31:25 +02:00
parent 0209b7ca42
commit ffc8bcafa7
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -364,33 +364,6 @@
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/<name> folders or something)
# ({ lib, ... }: {
# home-manager.sharedModules = [
# {
# programs.atuin.enable = lib.mkForce false;
# }
# ];
# })
# {
# clan.core.machineDescription = "LaLaptop";
# }
# ];
# };
cream = clanSetup {
name = "cream";
host = "cream.bear";