This commit is contained in:
iFargle 2023-06-30 18:55:36 +09:00
parent 3e4e74f79e
commit f1e1809e8e

View file

@ -9,7 +9,7 @@
# replace 'joes-desktop' with your hostname here.
nixosConfigurations.nixos-p1 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./configuration.nix ];
# modules = [ ./configuration.nix ];
};
};
}