Add frodo VM

This commit is contained in:
2026-01-27 22:00:20 +01:00
parent 5ba014c249
commit ca3ee1d059
3 changed files with 149 additions and 0 deletions

View File

@@ -9,5 +9,12 @@
./systems/gandalf
];
};
"frodo" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
home-manager.nixosModules.home-manager
./systems/frodo
];
};
};
}