Minecraft server config
This commit is contained in:
Regular → Executable
+5
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# ---- Clone the config repo ----
|
||||
cd /root
|
||||
@@ -22,3 +22,7 @@ cp root/etc/nixos/configuration.nix /mnt/etc/nixos/configuration.nix
|
||||
# ---- User configuration ----
|
||||
mkdir --parents /mnt/home/h3lp
|
||||
cp root/home/h3lp/shell.nix /mnt/home/h3lp/shell.nix
|
||||
|
||||
|
||||
# ---- Install NixOS ----
|
||||
nixos-install --no-root-passwd
|
||||
|
||||
Reference in New Issue
Block a user