1

Remove servenix system (too different, will be stored separately)

This commit is contained in:
2023-09-07 17:50:29 +02:00
parent eb89a9eabe
commit d3cd3ca613
3 changed files with 0 additions and 234 deletions

View File

@ -113,18 +113,6 @@
hyprland.nixosModules.default # Use system module for SDDM config
];
};
# Usage: sudo nixos-rebuild switch --flake .#nixtop
servenix = mylib.nixos.mkNixosConfig {
inherit system mylib;
hostname = "servenix";
username = "christoph";
extraModules = [
hyprland.nixosModules.default # Use system module for SDDM config
];
};
};
};
}