Compare commits
2 commits
b4fe279925
...
4e15d8da53
Author | SHA1 | Date | |
---|---|---|---|
4e15d8da53 | |||
ebf403819f |
2 changed files with 8 additions and 7 deletions
|
@ -29,15 +29,15 @@
|
|||
{ hostname = "snowhawk"; }
|
||||
];
|
||||
|
||||
darwinConfigurations = builders.compileDarwinSystems [
|
||||
{ hostname = "little-lightning"; }
|
||||
];
|
||||
|
||||
homeConfigurations = builders.compileHomes [
|
||||
{ user = "zynh"; hostname = "msiserver"; }
|
||||
{ user = "val"; hostname = "caveserver"; }
|
||||
];
|
||||
|
||||
darwinConfigurations = builders.compileDarwinSystems [
|
||||
{ hostname = "little-lightning"; }
|
||||
];
|
||||
|
||||
overlays.default = import ./pkgs;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,11 +27,12 @@
|
|||
home.username = "zynh";
|
||||
home.homeDirectory = "/Users/zynh";
|
||||
|
||||
programs.fish.shellAbbrs = {
|
||||
rebuild = /* bash */ "darwin-rebuild switch --flake ~/nixos#little-lightning |& nom";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
darwin-rebuild switch --flake ~/nixos#little-lightning |& nom
|
||||
'')
|
||||
|
||||
wakeonlan
|
||||
|
||||
|
|
Loading…
Reference in a new issue