reset home manager

This commit is contained in:
Christoph Cullmann 2024-10-24 17:53:45 +02:00
parent e1dd8c541f
commit 77d98aab5a
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -20,3 +20,9 @@ git add flake.nix
nix --extra-experimental-features flakes --extra-experimental-features nix-command build .#nixosConfigurations.exampleIso.config.system.build.isoImage nix --extra-experimental-features flakes --extra-experimental-features nix-command build .#nixosConfigurations.exampleIso.config.system.build.isoImage
doas dd if=result/iso/nixos-*-x86_64-linux.iso of=/dev/sda bs=4M conv=fsync doas dd if=result/iso/nixos-*-x86_64-linux.iso of=/dev/sda bs=4M conv=fsync
# reset home manager
rm /data/home/cullmann/.local/state/nix/profiles/home-manager* /date/home/cullmann/.local/state/home-manager/gcroots/current-home
rm /data/home/sandbox-games/.local/state/nix/profiles/home-manager* /date/home/sandbox-games/.local/state/home-manager/gcroots/current-home
rm /data/home/sandbox-kde/.local/state/nix/profiles/home-manager* /date/home/sandbox-kde/.local/state/home-manager/gcroots/current-home

View file

@ -49,6 +49,8 @@
bsdroot = "ssh root@bsd.fritz.box"; bsdroot = "ssh root@bsd.fritz.box";
mac = "ssh mac.fritz.box"; mac = "ssh mac.fritz.box";
macroot = "ssh root@mac.fritz.box"; macroot = "ssh root@mac.fritz.box";
miku = "ssh miku.fritz.box";
mikuroot = "ssh root@miku.fritz.box";
mini = "ssh mini.fritz.box"; mini = "ssh mini.fritz.box";
miniroot = "ssh root@mini.fritz.box"; miniroot = "ssh root@mini.fritz.box";
neko = "ssh neko.fritz.box"; neko = "ssh neko.fritz.box";