Skip to content

Commit

Permalink
fish: user_setup: Setup x86_64 VMs with systemd-nspawn
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Dec 24, 2024
1 parent 8282089 commit ddef79f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fish/functions/user_setup.fish
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ rpmbuild/' >>$gitignore
end
end

switch $LOCATION
case hetzner workstation
switch $LOCATION-(uname -m)
case hetzner'*' workstation'*' vm-x86_64
ln -fnrsv $configs/tmux/.tmux.conf.nspawn $HOME/.tmux.conf.container

# Set up files first because that process is quicker than the build
Expand All @@ -368,7 +368,7 @@ rpmbuild/' >>$gitignore

mkosi_bld

case wsl
case wsl'*'
touch $HOME/.tmux.conf.container

case '*'
Expand Down

0 comments on commit ddef79f

Please sign in to comment.