Archived
fix typo
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
networking.hostName = "docker"; # Define your hostname.
|
networking.hostName = "docker"; # Define your hostname.
|
||||||
networking.hostId = "007f0200";
|
networking.hostId = "007f0200";
|
||||||
boot.zfs.forceImportRoot = false;
|
boot.zfs.forceImportRoot = false;
|
||||||
environment.systePackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nfs-utils
|
nfs-utils
|
||||||
];
|
];
|
||||||
boot.supportedFilesystems = [ "nfs" ];
|
boot.supportedFilesystems = [ "nfs" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user