reset home manager
This commit is contained in:
parent
e1dd8c541f
commit
77d98aab5a
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue