feat: remove unneded comments.
This commit is contained in:
parent
302a18068c
commit
c539667fa6
2 changed files with 0 additions and 15 deletions
14
flake.nix
14
flake.nix
|
|
@ -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 {
|
bragi = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@
|
||||||
tyr = {
|
tyr = {
|
||||||
type = "server";
|
type = "server";
|
||||||
arch = "x86_64-linux";
|
arch = "x86_64-linux";
|
||||||
# extraModules = [./modules/servers/tyr];
|
|
||||||
};
|
};
|
||||||
ymir = {
|
ymir = {
|
||||||
type = "client";
|
type = "client";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue