Compare commits
2 Commits
d8431fcd57
...
cc7c6ac0ac
Author | SHA1 | Date | |
---|---|---|---|
cc7c6ac0ac | |||
912b9071a5 |
@ -6,7 +6,7 @@
|
||||
|
||||
# Enable virtualisation
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
onBoot = "ignore";
|
||||
onShutdown = "shutdown";
|
||||
qemuPackage = pkgs.qemu_kvm;
|
||||
|
@ -8,7 +8,7 @@
|
||||
wantedBy = [ "default.target" ];
|
||||
path = with pkgs; [ bash emacsPgtkGcc git coreutils ];
|
||||
script = ''
|
||||
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -y upgrade"
|
||||
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom upgrade"
|
||||
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom sync"
|
||||
'';
|
||||
serviceConfig = { Type = "oneshot"; };
|
||||
@ -29,7 +29,7 @@
|
||||
wantedBy = [ "default.target" ];
|
||||
path = with pkgs; [ bash emacsPgtkGcc git coreutils ];
|
||||
script = ''
|
||||
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom -y purge"
|
||||
${pkgs.bash}/bin/bash -c "/home/coolneng/.emacs.d/bin/doom purge"
|
||||
'';
|
||||
serviceConfig = { Type = "oneshot"; };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user