hostPlatform

This commit is contained in:
Tao Tien 2023-07-11 01:00:39 -07:00
parent 04565fe2ef
commit 9fc56e6dfa

View file

@ -24,5 +24,6 @@
noto-fonts-emoji noto-fonts-emoji
]; ];
networking.hostname = "NOcomputer"; nixpkgs.hostPlatform = "x86_64-linux";
networking.hostName = "NOcomputer";
} }