diff options
author | sefidel <contact@sefidel.net> | 2022-02-20 12:23:53 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-20 12:23:53 +0900 |
commit | 60f3b9caa31c382a2bfad692a0fe970c1d016e3e (patch) | |
tree | 74977e36eefb1bb031fc9990e30e2ee7ff4e86e0 /nixos | |
parent | c8454dba641bc8a5868a45023773913f473d2c9f (diff) | |
download | nixrc-60f3b9caa31c382a2bfad692a0fe970c1d016e3e.tar.gz nixrc-60f3b9caa31c382a2bfad692a0fe970c1d016e3e.zip |
feat(nixos/beta): use correct architecture
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index e1b725a..9d65dfc 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -13,6 +13,7 @@ beta = self.lib.mkSystem { name = "beta"; + system = "aarch64-linux"; nixpkgs = unstable-small; extraModules = [ ./modules/security.nix |