feat: remove unneded comments.

This commit is contained in:
CronyAkatsuki 2026-01-18 17:03:12 +01:00
parent 302a18068c
commit c539667fa6
2 changed files with 0 additions and 15 deletions

View file

@ -212,20 +212,6 @@
];
};
# baldur = nixpkgs.lib.nixosSystem {
# specialArgs = {inherit inputs;};
# system = "aarch64-linux";
# modules = [
# disko.nixosModules.disko
# agenix.nixosModules.default
# home-manager.nixosModules.home-manager
# ./hosts/baldur/configuration.nix
# ./modules/servers/general
# ./modules/servers/baldur
# ./modules/servers/home-manager
# ];
# };
bragi = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
system = "aarch64-linux";

View file

@ -22,7 +22,6 @@
tyr = {
type = "server";
arch = "x86_64-linux";
# extraModules = [./modules/servers/tyr];
};
ymir = {
type = "client";