feat: add server config

This commit is contained in:
notohh 2023-01-31 12:57:48 -05:00
parent 6f7868ee02
commit 5809b2cf83
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -33,5 +33,13 @@
];
};
};
nixosConfigurations = {
hime = lib.nixosSystem {
inherit system;
modules = [
./hosts/hime/default.nix
];
};
};
};
}