mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Fix persist
This commit is contained in:
parent
aba1da6c1f
commit
41ae205f6a
5 changed files with 72 additions and 53 deletions
|
|
@ -10,6 +10,11 @@ sudo umount /tmp/mnt
|
|||
sudo nixos-generate-config --root /mnt
|
||||
cp /mnt/etc/nixos/hardware-configuration.nix hosts/$(hostname)/hardware-configuration.nix
|
||||
sudo nixos-install --root /mnt --no-root-passwd --flake .#$(hostname)
|
||||
sudo nixos-enter
|
||||
passwd
|
||||
passwd muon
|
||||
exit
|
||||
sudo reboot
|
||||
```
|
||||
|
||||
# Impermanence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue