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
2
profiles/server/common/zfs.nix
Normal file
2
profiles/server/common/zfs.nix
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{ }
|
||||
|
|
@ -48,9 +48,6 @@
|
|||
mpd = false;
|
||||
matrix = false;
|
||||
};
|
||||
shellAliases = {
|
||||
nswitch = "cd /.dotfiles; sudo nixos-rebuild --flake .#$(hostname) switch; cd -;";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue