Add more aliases

This commit is contained in:
Henry Hiles 2023-07-01 19:04:05 -04:00
parent 7449a8bd75
commit ce81f4fef6
4 changed files with 39 additions and 21 deletions

View file

@ -22,7 +22,10 @@
system = hostname:
nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {inherit inputs; inherit self;};
specialArgs = {
inherit inputs;
inherit self;
};
modules =
[
"${self}/${hostname}/configuration.nix"