This commit is contained in:
2026-04-11 01:25:42 -04:00
parent 8b31799cd1
commit 88a2e5bd29
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@
home.packages = with pkgs; home.packages = with pkgs;
[ [
netcat netcat
git
# neovim # neovim
firefox firefox
] ]
+2 -1
View File
@@ -6,7 +6,8 @@ KEYFILE="$2"
CONTAINER="lxc-${USER}" CONTAINER="lxc-${USER}"
echo "Creating LXC container ${CONTAINER}..." echo "Creating LXC container ${CONTAINER}..."
lxc-create -n "$CONTAINER" -t download -- -d ubuntu -r noble -a amd64 # lxc-create -n "$CONTAINER" -t download -- -d ubuntu -r noble -a amd64
lxc-create -n "$CONTAINER" -f /etc/lxc/default.conf -t download -- -d ubuntu -r noble -a amd64
# start it # start it
lxc-start -n "$CONTAINER" lxc-start -n "$CONTAINER"