chore: update flake.nix

This commit is contained in:
notohh 2023-02-05 11:36:30 -05:00
parent 3e0d2da675
commit 6feef2fad9
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -38,7 +38,6 @@
]; ];
}; };
}; };
nixosConfigurations = {
hime = lib.nixosSystem { hime = lib.nixosSystem {
inherit system; inherit system;
modules = [ modules = [
@ -46,5 +45,4 @@
]; ];
}; };
}; };
};
} }