mirror of https://gitlab.crans.org/nounous/nixos
fix: missing ;
parent
b38db10cd8
commit
587a67efcd
10
hosts.nix
10
hosts.nix
|
|
@ -34,7 +34,7 @@ in
|
|||
arceus = 13;
|
||||
ilo = {
|
||||
carapuce = 25; # TODO
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ in
|
|||
arceus = 10;
|
||||
ilo = {
|
||||
carapuce = 10; # TODO
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
cameron = {
|
||||
|
|
@ -129,7 +129,7 @@ in
|
|||
arceus = 1;
|
||||
ilo = {
|
||||
carapuce = 25; # TODO
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
daniel = {
|
||||
|
|
@ -150,7 +150,7 @@ in
|
|||
arceus = 3;
|
||||
ilo = {
|
||||
carapuce = 25; # TODO
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
jack = {
|
||||
|
|
@ -171,7 +171,7 @@ in
|
|||
arceus = 5;
|
||||
ilo = {
|
||||
carapuce = 25; # TODO
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue