Add more aliases
This commit is contained in:
parent
7449a8bd75
commit
ce81f4fef6
4 changed files with 39 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue