feat: add nix server provision
This commit is contained in:
10
hosts/vps1/hardware-configuration.nix
Normal file
10
hosts/vps1/hardware-configuration.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
# Replace this file with the generated hardware config from the target host.
|
||||
fileSystems."/" = lib.mkDefault {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
}
|
||||
Reference in New Issue
Block a user