1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00
nixos/to_system.sh
Stefan Ellmauthaler be36bbc537 update-functions updated
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
2021-10-11 15:14:10 +02:00

12 lines
279 B
Bash
Executable File

#! /usr/bin/env nix-shell
#! nix-shell -i zsh -p zsh
cp configuration.nix /etc/nixos/.
cp -r programs /etc/nixos/.
mkdir -p /etc/nixos/machine
cp -r machine/stel-xps /etc/nixos/machine/.
cp -r machine/nucturne /etc/nixos/machine/.
cp -r ./home/config/* /home/ellmau/.config/.