Remove unrequired rec decleration
This commit is contained in:
parent
e4f3c24299
commit
b68bad886b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ with inputs.nixpkgs.lib; {
|
|||
};
|
||||
in
|
||||
{
|
||||
nixosConfigurations.${hostname} = nixosSystem rec {
|
||||
nixosConfigurations.${hostname} = nixosSystem {
|
||||
inherit system pkgs;
|
||||
|
||||
specialArgs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue