Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

whs-dot-hk/nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo nixos-rebuild switch --flake .#laptop-x17 --impure --max-jobs 2 --cores 9 --show-trace

Virtiofs

<binary path='/run/current-system/sw/bin/virtiofsd' xattr='on'/>
nix build .#qcow
(
cp result/nixos.qcow2 ~/
virt-install \
  --connect qemu:///system \
  --disk ~/nixos.qcow2 \
  --import \
  --memory 8192 \
  --name nixos \
  --network bridge:virbr0 \
  --os-variant nixos-unstable \
  --vcpus 2 \
  ;
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published