mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-06-21 12:31:42 +02:00
polish: comment
This commit is contained in:
parent
f7b90d6e93
commit
016997a02e
@ -73,7 +73,7 @@ cat flake.nix
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
# 因此请将下面的 my-nixos 替换成你的主机名称
|
||||
# TODO 请将下面的 my-nixos 替换成你的 hostname
|
||||
nixosConfigurations.my-nixos = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user