lynx: rename little-lightning to lynx
This commit is contained in:
parent
a05e2f350b
commit
4c7961a110
3 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
darwinConfigurations = builders.compileDarwinSystems [
|
darwinConfigurations = builders.compileDarwinSystems [
|
||||||
{ hostname = "little-lightning"; }
|
{ hostname = "lynx"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
homeConfigurations = builders.compileHomes [
|
homeConfigurations = builders.compileHomes [
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
(writeShellScriptBin "rebuild" ''
|
(writeShellScriptBin "rebuild" ''
|
||||||
darwin-rebuild switch --flake ~/nixos#little-lightning |& nom
|
darwin-rebuild switch --flake ~/nixos#lynx |& nom
|
||||||
'')
|
'')
|
||||||
|
|
||||||
(writeShellScriptBin "restart-skhd" ''
|
(writeShellScriptBin "restart-skhd" ''
|
Loading…
Reference in a new issue