This commit is contained in:
Wekuz 2026-04-05 01:05:23 +03:00
parent 5f0bf2a818
commit c7d2869d85
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9

View file

@ -38,7 +38,7 @@
{ {
nixosConfigurations = { nixosConfigurations = {
plexy = nixpkgs.lib.nixosSystem { plexy = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; stdenv.hostPlatform.system = "x86_64-linux";
modules = [ modules = [
./hosts/plexy ./hosts/plexy
{ {