waa
This commit is contained in:
parent
7c4151ac3e
commit
c8a4822966
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page, on
|
# your system. Help is available in the configuration.nix(5) man page, on
|
||||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||||
|
|
||||||
{ modulesPath, pkgs, inputs, nix-colors, ... }:
|
{ modulesPath, pkgs, inputs, lib, nix-colors, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
|
@ -105,10 +105,10 @@
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
programs.zsh.shellAliases = {
|
programs.zsh.shellAliases = lib.mkForce ({
|
||||||
utest = "sudo nixos-rebuild test --flake github:itepastra/nixconf#server";
|
utest = "sudo nixos-rebuild test --flake github:itepastra/nixconf#server";
|
||||||
update = "sudo nixos-rebuild switch --flake github:itepastra/nixconf#server";
|
update = "sudo nixos-rebuild switch --flake github:itepastra/nixconf#server";
|
||||||
};
|
});
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue