don't use sternchen anymore
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m5s

This commit is contained in:
Ingolf Wagner 2024-08-27 05:17:18 +02:00
parent 47f717392a
commit 2e9bf75dab
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 26 additions and 29 deletions

View file

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

View file

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