This commit is contained in:
Schrottkatze 2022-09-01 01:35:08 +02:00
parent 4c7f4d0340
commit a25c92292b
5 changed files with 78 additions and 8 deletions

View file

@ -10,7 +10,7 @@
nixos-hardware.url = github:kekrby/nixos-hardware;
};
outputs = { self, nixpkgs, home-manager, ... }: {
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }: {
nixosConfigurations = {
monosodium-glutamate-g = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";