diff options
author | EuAndreh <eu@euandre.org> | 2023-03-13 21:03:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-13 21:15:22 -0300 |
commit | 98aa808eab87f8a0c5eba55a544e24138ce065d8 (patch) | |
tree | 7ec56943c1efef5032a035d94ca43e7e16de2bfa /bin/update | |
parent | etc/guix/home.scm: Use mailutils-sendmail from personal channel (diff) | |
download | dotfiles-98aa808eab87f8a0c5eba55a544e24138ce065d8.tar.gz dotfiles-98aa808eab87f8a0c5eba55a544e24138ce065d8.tar.xz |
etc/guix/system.scm: Add Nix system service
Diffstat (limited to 'bin/update')
-rwxr-xr-x | bin/update | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ if [ -e /etc/nixos/configuration.nix ]; then pass show "$HOSTNAME"/andreh | head -n1 | sudo -S nix-channel --update +else + nix-channel --update fi guix pull -v3 |