Merge branch 'main' of github.com:itepastra/nixconf

This commit is contained in:
Noa Auto 2024-05-15 10:16:28 +02:00
commit e76cf540e5

View file

@ -247,6 +247,12 @@
}; };
systemd.services."update-flake" = { systemd.services."update-flake" = {
path = with pkgs; [
git
openssh
nix
nixos-rebuild
];
script = '' script = ''
[[ ! -d '/root/nixconf' ]] && cd /root && git clone git@github.com:itepastra/nixconf [[ ! -d '/root/nixconf' ]] && cd /root && git clone git@github.com:itepastra/nixconf
cd /root/nixconf cd /root/nixconf