i did something but i forgot

This commit is contained in:
lulusilly 2026-03-05 23:46:01 +00:00
parent 4e6480d9a0
commit d4df25abdf
27 changed files with 45 additions and 26 deletions

4
nix/flake.nix Executable file → Normal file
View file

@ -9,12 +9,12 @@
};
outputs = { self, nixpkgs, ... }@inputs: {
nixosConfigurations = {
mecca = nixpkgs.lib.nixosSystem {
hilbert = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {inherit inputs;};
modules = [
./hosts/common.nix
./hosts/mecca/configuration.nix
./hosts/hilbert/configuration.nix
];
};
cantor = nixpkgs.lib.nixosSystem {