remove sternchen
This commit is contained in:
parent
0209b7ca42
commit
ffc8bcafa7
1 changed files with 0 additions and 27 deletions
27
flake.nix
27
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue