Introduced node system
This commit is contained in:
parent
b098765485
commit
2404862e0a
5 changed files with 83 additions and 7 deletions
6
systems/x86_64-linux/node/zfs.nix
Normal file
6
systems/x86_64-linux/node/zfs.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
networking.hostId = "db616c9e";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue