mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: remove redundant shellAliases on winters
This commit is contained in:
parent
f9a181a955
commit
a0f6a61456
3 changed files with 11 additions and 6 deletions
|
|
@ -2051,9 +2051,6 @@ My work machine. Built for more security, this is the gold standard of my config
|
|||
mpd = false;
|
||||
matrix = false;
|
||||
};
|
||||
shellAliases = {
|
||||
nswitch = "cd /.dotfiles; sudo nixos-rebuild --flake .#$(hostname) switch; cd -;";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
@ -6583,6 +6580,15 @@ Also, the system state version is set here. No need to touch it.
|
|||
}
|
||||
#+end_src
|
||||
|
||||
**** zfs
|
||||
|
||||
#+begin_src nix :tangle profiles/server/common/zfs.nix
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
|
||||
}
|
||||
#+end_src
|
||||
|
||||
**** NGINX
|
||||
|
||||
#+begin_src nix :tangle profiles/server/common/nginx.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue