Compare commits
No commits in common. "d2de276487c5a8073921d6b47f12306b3df82111" and "46d71647a445dbcf5daafcfa92bc926991218ecb" have entirely different histories.
d2de276487
...
46d71647a4
2 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,6 @@ alias rm = rm -i
|
||||||
alias cp = cp -i
|
alias cp = cp -i
|
||||||
alias mv = mv -i
|
alias mv = mv -i
|
||||||
alias rebuild = nh os switch . --nom
|
alias rebuild = nh os switch . --nom
|
||||||
alias clean = sudo nh clean all
|
|
||||||
alias sakura = nix run github:serokell/deploy-rs ".#sakura"
|
alias sakura = nix run github:serokell/deploy-rs ".#sakura"
|
||||||
alias kariru = nix run github:serokell/deploy-rs ".#kariru"
|
alias kariru = nix run github:serokell/deploy-rs ".#kariru"
|
||||||
alias yuki = nix run github:serokell/deploy-rs ".#yuki"
|
alias yuki = nix run github:serokell/deploy-rs ".#yuki"
|
||||||
|
|
|
@ -7,14 +7,15 @@ _: {
|
||||||
|
|
||||||
nh = {
|
nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
clean = {
|
clean.enable = true;
|
||||||
enable = true;
|
|
||||||
dates = "weekly";
|
|
||||||
extraArgs = "--keep-since 3d --keep 5";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 7d";
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
extra-experimental-features = ["flakes" "nix-command"];
|
extra-experimental-features = ["flakes" "nix-command"];
|
||||||
warn-dirty = false;
|
warn-dirty = false;
|
||||||
|
|
Loading…
Reference in a new issue