mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
fix arch for shepard
This commit is contained in:
parent
eba10ec467
commit
64dedfd129
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs: {
|
||||
nixosConfigurations = {
|
||||
"shepard" = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
# Import the configuration.nix we used before, so that the old configuration file can still take effect.
|
||||
# Note: /etc/nixos/configuration.nix itself is also a Nix Module, so you can import it directly here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue