docteurklein / nixos-flake

my nixos desktop config as a flake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install

nix build .#liveusb
sudo dd status=progress if=./result/iso/nixos-23.05.20230327.4bb072f-x86_64-linux.isonixos.iso of=/dev/sdc bs=4096 oflag=direct,sync
echo -n "$DISK_PASSWORD" | ssh root@192.168.1.14 -T "cat > /tmp/secret.key"
nix run --inputs-from . github:numtide/nixos-anywhere -- root@192.168.1.14 \
    --flake github:docteurklein/nixos-flake#florian-laptop

later reconfig

nix run .#apps.nixinate.florian-laptop

home-manager on non-nixos

nix run home-manager/release-23.05 -- switch --flake .

About

my nixos desktop config as a flake


Languages

Language:Nix 83.7%Language:Vim Script 16.3%